Html Css Color HEX #F081CB Tea Rose

📋 copy color: '#F081CB'

red 240 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #F081CB

Tints of Tea Rose #F081CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.55%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 41.96%
G = 22.55%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F081CB (or 0xF081CB) is known color: Tea Rose. HEX triplet: F0, 81 and CB. RGB value is (240,129,203). Sum of RGB (Red+Green+Blue) = 240+129+203=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F081CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081CB is #0F7E34. Grayscale: #AAAAAA. Windows color (decimal): -1015349 or 13337072. OLE color: 13337072.

HSL color Cylindrical-coordinate representation of color #F081CB: hue angle of 320º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081CB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 203 -
CMYK 0 0.46 0.15 0.06
HSL 320º 0.79% 0.72% -
HSV(B) 320º 0.46% 0.94% -
XYZ 54.56 38.54 61.06 -
YUV 170.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 240 129 203 0 0.46 0.15 0.06 320 0.79 0.72
Hex F0 81 CB 0 2E F 6 140 4F 48
Octal 360 201 313 0 56 17 6 500 117 110
Binary 11110000 10000001 11001011 0 101110 1111 110 101000000 1001111 1001000

Color Harmonies of #F081CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081CB

Black with #F081CB

Text Example


Text Example

White with #F081CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081CB; }

 p { color: rgb(240,129,203); }

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

background-color css

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

 a { background-color: rgb(240,129,203); }

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

border-color css

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

 span { border-color: rgb(240,129,203); }

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