Html Css Color HEX #F046B6 Brilliant Rose

📋 copy color: '#F046B6'

red 240 ◦ green 70 ◦ blue 182

#F046B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F046B6

Tints of Brilliant Rose #F046B6

RGB

 RED value IS 240 (94.14% from 255) = 48.78%

 GREEN value IS 70 (27.73% from 255) = 14.23%

 BLUE value IS 182 (71.48% from 255) = 36.99%

R = 48.78%
G = 14.23%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F046B6 (or 0xF046B6) is known color: Brilliant Rose. HEX triplet: F0, 46 and B6. RGB value is (240,70,182). Sum of RGB (Red+Green+Blue) = 240+70+182=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F046B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046B6 is #0FB949. Grayscale: #858585. Windows color (decimal): -1030474 or 11945712. OLE color: 11945712.

HSL color Cylindrical-coordinate representation of color #F046B6: hue angle of 320.47º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046B6 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 182 -
CMYK 0 0.71 0.24 0.06
HSL 320.47º 0.85% 0.61% -
HSV(B) 320.47º 0.71% 0.94% -
XYZ 46.57 26.28 46.87 -
YUV 133.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 240 70 182 0 0.71 0.24 0.06 320.47 0.85 0.61
Hex F0 46 B6 0 47 18 6 140 55 3D
Octal 360 106 266 0 107 30 6 500 125 75
Binary 11110000 1000110 10110110 0 1000111 11000 110 101000000 1010101 111101

Color Harmonies of #F046B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046B6

Black with #F046B6

Text Example


Text Example

White with #F046B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046B6; }

 p { color: rgb(240,70,182); }

 H1.HeaderClassName
 {
   color: #F046B6;
 }
 .AnyTagClassName
 {
   color: #F046B6;
 }
</style>

background-color css

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

 a { background-color: rgb(240,70,182); }

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

border-color css

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

 span { border-color: rgb(240,70,182); }

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