Html Css Color HEX #F046AB Brilliant Rose

📋 copy color: '#F046AB'

red 240 ◦ green 70 ◦ blue 171

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

Shades of Brilliant Rose #F046AB

Tints of Brilliant Rose #F046AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 49.9%
G = 14.55%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F046AB (or 0xF046AB) is known color: Brilliant Rose. HEX triplet: F0, 46 and AB. RGB value is (240,70,171). Sum of RGB (Red+Green+Blue) = 240+70+171=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F046AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F046AB is #0FB954. Grayscale: #848484. Windows color (decimal): -1030485 or 11224816. OLE color: 11224816.

HSL color Cylindrical-coordinate representation of color #F046AB: hue angle of 324.35º 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 #F046AB is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 171 -
CMYK 0 0.71 0.29 0.06
HSL 324.35º 0.85% 0.61% -
HSV(B) 324.35º 0.71% 0.94% -
XYZ 45.48 25.85 41.12 -
YUV 132.34 149.82 204.79 -
System Red Green Blue C M Y K H S L
Decimal 240 70 171 0 0.71 0.29 0.06 324.35 0.85 0.61
Hex F0 46 AB 0 47 1D 6 144 55 3D
Octal 360 106 253 0 107 35 6 504 125 75
Binary 11110000 1000110 10101011 0 1000111 11101 110 101000100 1010101 111101

Color Harmonies of #F046AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046AB

Black with #F046AB

Text Example


Text Example

White with #F046AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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