Html Css Color HEX #F18CC3 Tea Rose

📋 copy color: '#F18CC3'

red 241 ◦ green 140 ◦ blue 195

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

Shades of Tea Rose #F18CC3

Tints of Tea Rose #F18CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 41.84%
G = 24.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F18CC3 (or 0xF18CC3) is known color: Tea Rose. HEX triplet: F1, 8C and C3. RGB value is (241,140,195). Sum of RGB (Red+Green+Blue) = 241+140+195=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CC3 is #0E733C. Grayscale: #B0B0B0. Windows color (decimal): -947005 or 12815601. OLE color: 12815601.

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

Color convert

RGB 241 140 195 -
CMYK 0 0.42 0.19 0.05
HSL 327.33º 0.78% 0.75% -
HSV(B) 327.33º 0.42% 0.95% -
XYZ 55.5 41.4 56.69 -
YUV 176.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 241 140 195 0 0.42 0.19 0.05 327.33 0.78 0.75
Hex F1 8C C3 0 2A 13 5 147 4E 4B
Octal 361 214 303 0 52 23 5 507 116 113
Binary 11110001 10001100 11000011 0 101010 10011 101 101000111 1001110 1001011

Color Harmonies of #F18CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CC3

Black with #F18CC3

Text Example


Text Example

White with #F18CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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