Html Css Color HEX #F082CB Tea Rose

📋 copy color: '#F082CB'

red 240 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #F082CB

Tints of Tea Rose #F082CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

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

R = 41.88%
G = 22.69%
B = 35.43%

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

#F082CB (or 0xF082CB) is known color: Tea Rose. HEX triplet: F0, 82 and CB. RGB value is (240,130,203). Sum of RGB (Red+Green+Blue) = 240+130+203=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F082CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082CB is #0F7D34. Grayscale: #ABABAB. Windows color (decimal): -1015093 or 13337328. OLE color: 13337328.

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

Color convert

RGB 240 130 203 -
CMYK 0 0.46 0.15 0.06
HSL 320.18º 0.79% 0.73% -
HSV(B) 320.18º 0.46% 0.94% -
XYZ 54.7 38.8 61.11 -
YUV 171.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 240 130 203 0 0.46 0.15 0.06 320.18 0.79 0.73
Hex F0 82 CB 0 2E F 6 140 4F 49
Octal 360 202 313 0 56 17 6 500 117 111
Binary 11110000 10000010 11001011 0 101110 1111 110 101000000 1001111 1001001

Color Harmonies of #F082CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082CB

Black with #F082CB

Text Example


Text Example

White with #F082CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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