Html Css Color HEX #F07FC6 Tea Rose

📋 copy color: '#F07FC6'

red 240 ◦ green 127 ◦ blue 198

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

Shades of Tea Rose #F07FC6

Tints of Tea Rose #F07FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 42.48%
G = 22.48%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F07FC6 (or 0xF07FC6) is known color: Tea Rose. HEX triplet: F0, 7F and C6. RGB value is (240,127,198). Sum of RGB (Red+Green+Blue) = 240+127+198=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FC6 is #0F8039. Grayscale: #A8A8A8. Windows color (decimal): -1015866 or 13008880. OLE color: 13008880.

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

Color convert

RGB 240 127 198 -
CMYK 0 0.47 0.18 0.06
HSL 322.3º 0.79% 0.72% -
HSV(B) 322.3º 0.47% 0.94% -
XYZ 53.72 37.78 57.89 -
YUV 168.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 240 127 198 0 0.47 0.18 0.06 322.3 0.79 0.72
Hex F0 7F C6 0 2F 12 6 142 4F 48
Octal 360 177 306 0 57 22 6 502 117 110
Binary 11110000 1111111 11000110 0 101111 10010 110 101000010 1001111 1001000

Color Harmonies of #F07FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FC6

Black with #F07FC6

Text Example


Text Example

White with #F07FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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