Html Css Color HEX #F047AB Brilliant Rose

📋 copy color: '#F047AB'

red 240 ◦ green 71 ◦ blue 171

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

Shades of Brilliant Rose #F047AB

Tints of Brilliant Rose #F047AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.73%

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

R = 49.79%
G = 14.73%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F047AB (or 0xF047AB) is known color: Brilliant Rose. HEX triplet: F0, 47 and AB. RGB value is (240,71,171). Sum of RGB (Red+Green+Blue) = 240+71+171=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F047AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F047AB is #0FB854. Grayscale: #848484. Windows color (decimal): -1030229 or 11225072. OLE color: 11225072.

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

Color convert

RGB 240 71 171 -
CMYK 0 0.70 0.29 0.06
HSL 324.5º 0.85% 0.61% -
HSV(B) 324.5º 0.7% 0.94% -
XYZ 45.54 25.97 41.14 -
YUV 132.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 240 71 171 0 0.70 0.29 0.06 324.5 0.85 0.61
Hex F0 47 AB 0 46 1D 6 144 55 3D
Octal 360 107 253 0 106 35 6 504 125 75
Binary 11110000 1000111 10101011 0 1000110 11101 110 101000100 1010101 111101

Color Harmonies of #F047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047AB

Black with #F047AB

Text Example


Text Example

White with #F047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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