Html Css Color HEX #F18EC7 Tea Rose

📋 copy color: '#F18EC7'

red 241 ◦ green 142 ◦ blue 199

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

Shades of Tea Rose #F18EC7

Tints of Tea Rose #F18EC7

RGB

 RED value IS 241 (94.53% from 255) = 41.41%

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

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

R = 41.41%
G = 24.4%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F18EC7 (or 0xF18EC7) is known color: Tea Rose. HEX triplet: F1, 8E and C7. RGB value is (241,142,199). Sum of RGB (Red+Green+Blue) = 241+142+199=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EC7 is #0E7138. Grayscale: #B1B1B1. Windows color (decimal): -946489 or 13078257. OLE color: 13078257.

HSL color Cylindrical-coordinate representation of color #F18EC7: hue angle of 325.45º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EC7 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 142 199 -
CMYK 0 0.41 0.17 0.05
HSL 325.45º 0.78% 0.75% -
HSV(B) 325.45º 0.41% 0.95% -
XYZ 56.26 42.17 59.21 -
YUV 178.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 241 142 199 0 0.41 0.17 0.05 325.45 0.78 0.75
Hex F1 8E C7 0 29 11 5 145 4E 4B
Octal 361 216 307 0 51 21 5 505 116 113
Binary 11110001 10001110 11000111 0 101001 10001 101 101000101 1001110 1001011

Color Harmonies of #F18EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18EC7

Black with #F18EC7

Text Example


Text Example

White with #F18EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18EC7; }

 p { color: rgb(241,142,199); }

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

background-color css

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

 a { background-color: rgb(241,142,199); }

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

border-color css

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

 span { border-color: rgb(241,142,199); }

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