Html Css Color HEX #F18DC9 Tea Rose

📋 copy color: '#F18DC9'

red 241 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #F18DC9

Tints of Tea Rose #F18DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.19%

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

R = 41.34%
G = 24.19%
B = 34.48%

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

#F18DC9 (or 0xF18DC9) is known color: Tea Rose. HEX triplet: F1, 8D and C9. RGB value is (241,141,201). Sum of RGB (Red+Green+Blue) = 241+141+201=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC9 is #0E7236. Grayscale: #B1B1B1. Windows color (decimal): -946743 or 13209073. OLE color: 13209073.

HSL color Cylindrical-coordinate representation of color #F18DC9: hue angle of 324º 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 #F18DC9 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 201 -
CMYK 0 0.41 0.17 0.05
HSL 324º 0.78% 0.75% -
HSV(B) 324º 0.41% 0.95% -
XYZ 56.34 41.97 60.39 -
YUV 177.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 241 141 201 0 0.41 0.17 0.05 324 0.78 0.75
Hex F1 8D C9 0 29 11 5 144 4E 4B
Octal 361 215 311 0 51 21 5 504 116 113
Binary 11110001 10001101 11001001 0 101001 10001 101 101000100 1001110 1001011

Color Harmonies of #F18DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DC9

Black with #F18DC9

Text Example


Text Example

White with #F18DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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