Html Css Color HEX #F08FC7 Tea Rose

📋 copy color: '#F08FC7'

red 240 ◦ green 143 ◦ blue 199

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

Shades of Tea Rose #F08FC7

Tints of Tea Rose #F08FC7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.57%

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 41.24%
G = 24.57%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F08FC7 (or 0xF08FC7) is known color: Tea Rose. HEX triplet: F0, 8F and C7. RGB value is (240,143,199). Sum of RGB (Red+Green+Blue) = 240+143+199=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC7 is #0F7038. Grayscale: #B2B2B2. Windows color (decimal): -1011769 or 13078512. OLE color: 13078512.

HSL color Cylindrical-coordinate representation of color #F08FC7: hue angle of 325.36º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FC7 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 199 -
CMYK 0 0.40 0.17 0.06
HSL 325.36º 0.76% 0.75% -
HSV(B) 325.36º 0.4% 0.94% -
XYZ 56.07 42.29 59.24 -
YUV 178.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 240 143 199 0 0.40 0.17 0.06 325.36 0.76 0.75
Hex F0 8F C7 0 28 11 6 145 4C 4B
Octal 360 217 307 0 50 21 6 505 114 113
Binary 11110000 10001111 11000111 0 101000 10001 110 101000101 1001100 1001011

Color Harmonies of #F08FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FC7

Black with #F08FC7

Text Example


Text Example

White with #F08FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FC7; }

 p { color: rgb(240,143,199); }

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

background-color css

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

 a { background-color: rgb(240,143,199); }

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

border-color css

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

 span { border-color: rgb(240,143,199); }

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