Html Css Color HEX #F084CE Tea Rose

📋 copy color: '#F084CE'

red 240 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #F084CE

Tints of Tea Rose #F084CE

RGB

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

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

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

R = 41.52%
G = 22.84%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F084CE (or 0xF084CE) is known color: Tea Rose. HEX triplet: F0, 84 and CE. RGB value is (240,132,206). Sum of RGB (Red+Green+Blue) = 240+132+206=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F084CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084CE is #0F7B31. Grayscale: #ACACAC. Windows color (decimal): -1014578 or 13534448. OLE color: 13534448.

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

Color convert

RGB 240 132 206 -
CMYK 0 0.45 0.14 0.06
HSL 318.89º 0.78% 0.73% -
HSV(B) 318.89º 0.45% 0.94% -
XYZ 55.33 39.48 63.1 -
YUV 172.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 240 132 206 0 0.45 0.14 0.06 318.89 0.78 0.73
Hex F0 84 CE 0 2D E 6 13F 4E 49
Octal 360 204 316 0 55 16 6 477 116 111
Binary 11110000 10000100 11001110 0 101101 1110 110 100111111 1001110 1001001

Color Harmonies of #F084CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084CE

Black with #F084CE

Text Example


Text Example

White with #F084CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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