Html Css Color HEX #F082CC Tea Rose

📋 copy color: '#F082CC'

red 240 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #F082CC

Tints of Tea Rose #F082CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 41.81%
G = 22.65%
B = 35.54%

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

#F082CC (or 0xF082CC) is known color: Tea Rose. HEX triplet: F0, 82 and CC. RGB value is (240,130,204). Sum of RGB (Red+Green+Blue) = 240+130+204=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F082CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082CC is #0F7D33. Grayscale: #ABABAB. Windows color (decimal): -1015092 or 13402864. OLE color: 13402864.

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

Color convert

RGB 240 130 204 -
CMYK 0 0.46 0.15 0.06
HSL 319.64º 0.79% 0.73% -
HSV(B) 319.64º 0.46% 0.94% -
XYZ 54.82 38.85 61.74 -
YUV 171.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 240 130 204 0 0.46 0.15 0.06 319.64 0.79 0.73
Hex F0 82 CC 0 2E F 6 140 4F 49
Octal 360 202 314 0 56 17 6 500 117 111
Binary 11110000 10000010 11001100 0 101110 1111 110 101000000 1001111 1001001

Color Harmonies of #F082CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082CC

Black with #F082CC

Text Example


Text Example

White with #F082CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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