Html Css Color HEX #F18DCF Tea Rose

📋 copy color: '#F18DCF'

red 241 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #F18DCF

Tints of Tea Rose #F18DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 40.92%
G = 23.94%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F18DCF (or 0xF18DCF) is known color: Tea Rose. HEX triplet: F1, 8D and CF. RGB value is (241,141,207). Sum of RGB (Red+Green+Blue) = 241+141+207=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DCF is #0E7230. Grayscale: #B2B2B2. Windows color (decimal): -946737 or 13602289. OLE color: 13602289.

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

Color convert

RGB 241 141 207 -
CMYK 0 0.41 0.14 0.05
HSL 320.4º 0.78% 0.75% -
HSV(B) 320.4º 0.41% 0.95% -
XYZ 57.06 42.26 64.18 -
YUV 178.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 241 141 207 0 0.41 0.14 0.05 320.4 0.78 0.75
Hex F1 8D CF 0 29 E 5 140 4E 4B
Octal 361 215 317 0 51 16 5 500 116 113
Binary 11110001 10001101 11001111 0 101001 1110 101 101000000 1001110 1001011

Color Harmonies of #F18DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DCF

Black with #F18DCF

Text Example


Text Example

White with #F18DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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