Html Css Color HEX #F08CC6 Tea Rose

📋 copy color: '#F08CC6'

red 240 ◦ green 140 ◦ blue 198

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

Shades of Tea Rose #F08CC6

Tints of Tea Rose #F08CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.22%

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

R = 41.52%
G = 24.22%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F08CC6 (or 0xF08CC6) is known color: Tea Rose. HEX triplet: F0, 8C and C6. RGB value is (240,140,198). Sum of RGB (Red+Green+Blue) = 240+140+198=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CC6 is #0F7339. Grayscale: #B0B0B0. Windows color (decimal): -1012538 or 13012208. OLE color: 13012208.

HSL color Cylindrical-coordinate representation of color #F08CC6: hue angle of 325.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CC6 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 198 -
CMYK 0 0.42 0.18 0.06
HSL 325.2º 0.77% 0.75% -
HSV(B) 325.2º 0.42% 0.94% -
XYZ 55.51 41.36 58.48 -
YUV 176.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 240 140 198 0 0.42 0.18 0.06 325.2 0.77 0.75
Hex F0 8C C6 0 2A 12 6 145 4D 4B
Octal 360 214 306 0 52 22 6 505 115 113
Binary 11110000 10001100 11000110 0 101010 10010 110 101000101 1001101 1001011

Color Harmonies of #F08CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CC6

Black with #F08CC6

Text Example


Text Example

White with #F08CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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