Html Css Color HEX #F082C9 Tea Rose

📋 copy color: '#F082C9'

red 240 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #F082C9

Tints of Tea Rose #F082C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.2%

R = 42.03%
G = 22.77%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F082C9 (or 0xF082C9) is known color: Tea Rose. HEX triplet: F0, 82 and C9. RGB value is (240,130,201). Sum of RGB (Red+Green+Blue) = 240+130+201=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C9 is #0F7D36. Grayscale: #AAAAAA. Windows color (decimal): -1015095 or 13206256. OLE color: 13206256.

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

Color convert

RGB 240 130 201 -
CMYK 0 0.46 0.16 0.06
HSL 321.27º 0.79% 0.73% -
HSV(B) 321.27º 0.46% 0.94% -
XYZ 54.46 38.71 59.86 -
YUV 170.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 240 130 201 0 0.46 0.16 0.06 321.27 0.79 0.73
Hex F0 82 C9 0 2E 10 6 141 4F 49
Octal 360 202 311 0 56 20 6 501 117 111
Binary 11110000 10000010 11001001 0 101110 10000 110 101000001 1001111 1001001

Color Harmonies of #F082C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082C9

Black with #F082C9

Text Example


Text Example

White with #F082C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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