#F345B6

Color #F345B6 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F345B6

Tints of Brilliant Rose #F345B6

Color information

#F345B6 (or 0xF345B6) is unknown color: approx Brilliant Rose. HEX triplet: F3, 45 and B6. RGB value is (243,69,182). Sum of RGB (Red+Green+Blue) = 243+69+182=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F345B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F345B6 is #0CBA49. Grayscale: #858585. Windows color (decimal): -834122 or 11945459. OLE color: 11945459.

HSL color Cylindrical-coordinate representation of color #F345B6: hue angle of 321.03º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F345B6 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24369182-
CMYK00.720.250.05
HSL321.03º87.88%61.18%-
HSV(B)321.03º71.6%95.29%-
XYZ47.5326.6946.9-
YUV133.91155.15205.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 49.19%
GREEN value IS 69 (27.34% from 255) = 13.97%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=49.19%
G=13.97%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436918200.720.250.05321.0387.8861.18
HexF345B6048195141583d
Octal363105266011031550113075
Binary1111001110001011011011001001000110011011010000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F345B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F345B6; }

 p { color: rgb(243,69,182); }

 H1.HeaderClassName
 {
   color: #F345B6;
 }
 .AnyTagClassName
 {
   color: #F345B6;
 }
</style>
background-color css

<style>
 a { background-color: #F345B6; }

 a { background-color: rgb(243,69,182); }

 div.DivClassName
 {
   background-color: #F345B6;
 }
 .BgClassName
 {
   background-color: #F345B6;
 }
</style>
border-color css

<style>
 span { border-color: #F345B6; }

 span { border-color: rgb(243,69,182); }

 td.TdClassName
 {
   border-color: #F345B6;
 }
 .TagClassName
 {
   border-color: #F345B6;
 }
</style>