Html Css Color HEX #F18CC9 Tea Rose

📋 copy color: '#F18CC9'

red 241 ◦ green 140 ◦ blue 201

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

Shades of Tea Rose #F18CC9

Tints of Tea Rose #F18CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 41.41%
G = 24.05%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F18CC9 (or 0xF18CC9) is known color: Tea Rose. HEX triplet: F1, 8C and C9. RGB value is (241,140,201). Sum of RGB (Red+Green+Blue) = 241+140+201=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CC9 is #0E7336. Grayscale: #B1B1B1. Windows color (decimal): -946999 or 13208817. OLE color: 13208817.

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

Color convert

RGB 241 140 201 -
CMYK 0 0.42 0.17 0.05
HSL 323.76º 0.78% 0.75% -
HSV(B) 323.76º 0.42% 0.95% -
XYZ 56.2 41.67 60.34 -
YUV 177.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 241 140 201 0 0.42 0.17 0.05 323.76 0.78 0.75
Hex F1 8C C9 0 2A 11 5 144 4E 4B
Octal 361 214 311 0 52 21 5 504 116 113
Binary 11110001 10001100 11001001 0 101010 10001 101 101000100 1001110 1001011

Color Harmonies of #F18CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CC9

Black with #F18CC9

Text Example


Text Example

White with #F18CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CC9; }

 p { color: rgb(241,140,201); }

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

background-color css

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

 a { background-color: rgb(241,140,201); }

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

border-color css

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

 span { border-color: rgb(241,140,201); }

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