Html Css Color HEX #F07FCE Tea Rose

📋 copy color: '#F07FCE'

red 240 ◦ green 127 ◦ blue 206

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

Shades of Tea Rose #F07FCE

Tints of Tea Rose #F07FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.16%

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

R = 41.88%
G = 22.16%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F07FCE (or 0xF07FCE) is known color: Tea Rose. HEX triplet: F0, 7F and CE. RGB value is (240,127,206). Sum of RGB (Red+Green+Blue) = 240+127+206=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FCE is #0F8031. Grayscale: #A9A9A9. Windows color (decimal): -1015858 or 13533168. OLE color: 13533168.

HSL color Cylindrical-coordinate representation of color #F07FCE: hue angle of 318.05º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FCE is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 206 -
CMYK 0 0.47 0.14 0.06
HSL 318.05º 0.79% 0.72% -
HSV(B) 318.05º 0.47% 0.94% -
XYZ 54.67 38.16 62.88 -
YUV 169.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 240 127 206 0 0.47 0.14 0.06 318.05 0.79 0.72
Hex F0 7F CE 0 2F E 6 13E 4F 48
Octal 360 177 316 0 57 16 6 476 117 110
Binary 11110000 1111111 11001110 0 101111 1110 110 100111110 1001111 1001000

Color Harmonies of #F07FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FCE

Black with #F07FCE

Text Example


Text Example

White with #F07FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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