Html Css Color HEX #F18CC2 Tea Rose

📋 copy color: '#F18CC2'

red 241 ◦ green 140 ◦ blue 194

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

Shades of Tea Rose #F18CC2

Tints of Tea Rose #F18CC2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

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

R = 41.91%
G = 24.35%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F18CC2 (or 0xF18CC2) is known color: Tea Rose. HEX triplet: F1, 8C and C2. RGB value is (241,140,194). Sum of RGB (Red+Green+Blue) = 241+140+194=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CC2 is #0E733D. Grayscale: #B0B0B0. Windows color (decimal): -947006 or 12750065. OLE color: 12750065.

HSL color Cylindrical-coordinate representation of color #F18CC2: hue angle of 327.92º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CC2 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 194 -
CMYK 0 0.42 0.20 0.05
HSL 327.92º 0.78% 0.75% -
HSV(B) 327.92º 0.42% 0.95% -
XYZ 55.39 41.35 56.1 -
YUV 176.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 241 140 194 0 0.42 0.20 0.05 327.92 0.78 0.75
Hex F1 8C C2 0 2A 14 5 148 4E 4B
Octal 361 214 302 0 52 24 5 510 116 113
Binary 11110001 10001100 11000010 0 101010 10100 101 101001000 1001110 1001011

Color Harmonies of #F18CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CC2

Black with #F18CC2

Text Example


Text Example

White with #F18CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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