Html Css Color HEX #F084CC Tea Rose

📋 copy color: '#F084CC'

red 240 ◦ green 132 ◦ blue 204

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

Shades of Tea Rose #F084CC

Tints of Tea Rose #F084CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.92%

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

R = 41.67%
G = 22.92%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F084CC (or 0xF084CC) is known color: Tea Rose. HEX triplet: F0, 84 and CC. RGB value is (240,132,204). Sum of RGB (Red+Green+Blue) = 240+132+204=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F084CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084CC is #0F7B33. Grayscale: #ACACAC. Windows color (decimal): -1014580 or 13403376. OLE color: 13403376.

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

Color convert

RGB 240 132 204 -
CMYK 0 0.45 0.15 0.06
HSL 320º 0.78% 0.73% -
HSV(B) 320º 0.45% 0.94% -
XYZ 55.09 39.39 61.83 -
YUV 172.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 240 132 204 0 0.45 0.15 0.06 320 0.78 0.73
Hex F0 84 CC 0 2D F 6 140 4E 49
Octal 360 204 314 0 55 17 6 500 116 111
Binary 11110000 10000100 11001100 0 101101 1111 110 101000000 1001110 1001001

Color Harmonies of #F084CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084CC

Black with #F084CC

Text Example


Text Example

White with #F084CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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