Html Css Color HEX #F18CC6 Tea Rose

📋 copy color: '#F18CC6'

red 241 ◦ green 140 ◦ blue 198

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

Shades of Tea Rose #F18CC6

Tints of Tea Rose #F18CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.2%

R = 41.62%
G = 24.18%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F18CC6 (or 0xF18CC6) is known color: Tea Rose. HEX triplet: F1, 8C and C6. RGB value is (241,140,198). Sum of RGB (Red+Green+Blue) = 241+140+198=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CC6 is #0E7339. Grayscale: #B0B0B0. Windows color (decimal): -947002 or 13012209. OLE color: 13012209.

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

Color convert

RGB 241 140 198 -
CMYK 0 0.42 0.18 0.05
HSL 325.54º 0.78% 0.75% -
HSV(B) 325.54º 0.42% 0.95% -
XYZ 55.85 41.53 58.5 -
YUV 176.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 241 140 198 0 0.42 0.18 0.05 325.54 0.78 0.75
Hex F1 8C C6 0 2A 12 5 146 4E 4B
Octal 361 214 306 0 52 22 5 506 116 113
Binary 11110001 10001100 11000110 0 101010 10010 101 101000110 1001110 1001011

Color Harmonies of #F18CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CC6

Black with #F18CC6

Text Example


Text Example

White with #F18CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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