Html Css Color HEX #F18DC8 Tea Rose

📋 copy color: '#F18DC8'

red 241 ◦ green 141 ◦ blue 200

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

Shades of Tea Rose #F18DC8

Tints of Tea Rose #F18DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 41.41%
G = 24.23%
B = 34.36%

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

#F18DC8 (or 0xF18DC8) is known color: Tea Rose. HEX triplet: F1, 8D and C8. RGB value is (241,141,200). Sum of RGB (Red+Green+Blue) = 241+141+200=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC8 is #0E7237. Grayscale: #B1B1B1. Windows color (decimal): -946744 or 13143537. OLE color: 13143537.

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

Color convert

RGB 241 141 200 -
CMYK 0 0.41 0.17 0.05
HSL 324.6º 0.78% 0.75% -
HSV(B) 324.6º 0.41% 0.95% -
XYZ 56.23 41.92 59.77 -
YUV 177.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 241 141 200 0 0.41 0.17 0.05 324.6 0.78 0.75
Hex F1 8D C8 0 29 11 5 145 4E 4B
Octal 361 215 310 0 51 21 5 505 116 113
Binary 11110001 10001101 11001000 0 101001 10001 101 101000101 1001110 1001011

Color Harmonies of #F18DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DC8

Black with #F18DC8

Text Example


Text Example

White with #F18DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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