Html Css Color HEX #F18DC2 Tea Rose

📋 copy color: '#F18DC2'

red 241 ◦ green 141 ◦ blue 194

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

Shades of Tea Rose #F18DC2

Tints of Tea Rose #F18DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 41.84%
G = 24.48%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F18DC2 (or 0xF18DC2) is known color: Tea Rose. HEX triplet: F1, 8D and C2. RGB value is (241,141,194). Sum of RGB (Red+Green+Blue) = 241+141+194=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC2 is #0E723D. Grayscale: #B0B0B0. Windows color (decimal): -946750 or 12750321. OLE color: 12750321.

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

Color convert

RGB 241 141 194 -
CMYK 0 0.41 0.20 0.05
HSL 328.2º 0.78% 0.75% -
HSV(B) 328.2º 0.41% 0.95% -
XYZ 55.54 41.65 56.15 -
YUV 176.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 241 141 194 0 0.41 0.20 0.05 328.2 0.78 0.75
Hex F1 8D C2 0 29 14 5 148 4E 4B
Octal 361 215 302 0 51 24 5 510 116 113
Binary 11110001 10001101 11000010 0 101001 10100 101 101001000 1001110 1001011

Color Harmonies of #F18DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DC2

Black with #F18DC2

Text Example


Text Example

White with #F18DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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