Html Css Color HEX #F18DCA Tea Rose

📋 copy color: '#F18DCA'

red 241 ◦ green 141 ◦ blue 202

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

Shades of Tea Rose #F18DCA

Tints of Tea Rose #F18DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 41.27%
G = 24.14%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F18DCA (or 0xF18DCA) is known color: Tea Rose. HEX triplet: F1, 8D and CA. RGB value is (241,141,202). Sum of RGB (Red+Green+Blue) = 241+141+202=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DCA is #0E7235. Grayscale: #B1B1B1. Windows color (decimal): -946742 or 13274609. OLE color: 13274609.

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

Color convert

RGB 241 141 202 -
CMYK 0 0.41 0.16 0.05
HSL 323.4º 0.78% 0.75% -
HSV(B) 323.4º 0.41% 0.95% -
XYZ 56.46 42.01 61.01 -
YUV 177.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 241 141 202 0 0.41 0.16 0.05 323.4 0.78 0.75
Hex F1 8D CA 0 29 10 5 143 4E 4B
Octal 361 215 312 0 51 20 5 503 116 113
Binary 11110001 10001101 11001010 0 101001 10000 101 101000011 1001110 1001011

Color Harmonies of #F18DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DCA

Black with #F18DCA

Text Example


Text Example

White with #F18DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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