Html Css Color HEX #F082CE Tea Rose

📋 copy color: '#F082CE'

red 240 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #F082CE

Tints of Tea Rose #F082CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 41.67%
G = 22.57%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F082CE (or 0xF082CE) is known color: Tea Rose. HEX triplet: F0, 82 and CE. RGB value is (240,130,206). Sum of RGB (Red+Green+Blue) = 240+130+206=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F082CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082CE is #0F7D31. Grayscale: #ABABAB. Windows color (decimal): -1015090 or 13533936. OLE color: 13533936.

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

Color convert

RGB 240 130 206 -
CMYK 0 0.46 0.14 0.06
HSL 318.55º 0.79% 0.73% -
HSV(B) 318.55º 0.46% 0.94% -
XYZ 55.06 38.95 63.01 -
YUV 171.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 240 130 206 0 0.46 0.14 0.06 318.55 0.79 0.73
Hex F0 82 CE 0 2E E 6 13F 4F 49
Octal 360 202 316 0 56 16 6 477 117 111
Binary 11110000 10000010 11001110 0 101110 1110 110 100111111 1001111 1001001

Color Harmonies of #F082CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082CE

Black with #F082CE

Text Example


Text Example

White with #F082CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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