Html Css Color HEX #F08EC6 Tea Rose

📋 copy color: '#F08EC6'

red 240 ◦ green 142 ◦ blue 198

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

Shades of Tea Rose #F08EC6

Tints of Tea Rose #F08EC6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.48%

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

R = 41.38%
G = 24.48%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F08EC6 (or 0xF08EC6) is known color: Tea Rose. HEX triplet: F0, 8E and C6. RGB value is (240,142,198). Sum of RGB (Red+Green+Blue) = 240+142+198=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EC6 is #0F7139. Grayscale: #B1B1B1. Windows color (decimal): -1012026 or 13012720. OLE color: 13012720.

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

Color convert

RGB 240 142 198 -
CMYK 0 0.41 0.18 0.06
HSL 325.71º 0.77% 0.75% -
HSV(B) 325.71º 0.41% 0.94% -
XYZ 55.8 41.95 58.58 -
YUV 177.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 240 142 198 0 0.41 0.18 0.06 325.71 0.77 0.75
Hex F0 8E C6 0 29 12 6 146 4D 4B
Octal 360 216 306 0 51 22 6 506 115 113
Binary 11110000 10001110 11000110 0 101001 10010 110 101000110 1001101 1001011

Color Harmonies of #F08EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EC6

Black with #F08EC6

Text Example


Text Example

White with #F08EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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