Html Css Color HEX #F18CCD Tea Rose

📋 copy color: '#F18CCD'

red 241 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #F18CCD

Tints of Tea Rose #F18CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 41.13%
G = 23.89%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F18CCD (or 0xF18CCD) is known color: Tea Rose. HEX triplet: F1, 8C and CD. RGB value is (241,140,205). Sum of RGB (Red+Green+Blue) = 241+140+205=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CCD is #0E7332. Grayscale: #B1B1B1. Windows color (decimal): -946995 or 13470961. OLE color: 13470961.

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

Color convert

RGB 241 140 205 -
CMYK 0 0.42 0.15 0.05
HSL 321.39º 0.78% 0.75% -
HSV(B) 321.39º 0.42% 0.95% -
XYZ 56.67 41.86 62.85 -
YUV 177.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 241 140 205 0 0.42 0.15 0.05 321.39 0.78 0.75
Hex F1 8C CD 0 2A F 5 141 4E 4B
Octal 361 214 315 0 52 17 5 501 116 113
Binary 11110001 10001100 11001101 0 101010 1111 101 101000001 1001110 1001011

Color Harmonies of #F18CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CCD

Black with #F18CCD

Text Example


Text Example

White with #F18CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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