Html Css Color HEX #F18FC3 Tea Rose

📋 copy color: '#F18FC3'

red 241 ◦ green 143 ◦ blue 195

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

Shades of Tea Rose #F18FC3

Tints of Tea Rose #F18FC3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.7%

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

R = 41.62%
G = 24.7%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F18FC3 (or 0xF18FC3) is known color: Tea Rose. HEX triplet: F1, 8F and C3. RGB value is (241,143,195). Sum of RGB (Red+Green+Blue) = 241+143+195=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FC3 is #0E703C. Grayscale: #B2B2B2. Windows color (decimal): -946237 or 12816369. OLE color: 12816369.

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

Color convert

RGB 241 143 195 -
CMYK 0 0.41 0.19 0.05
HSL 328.16º 0.78% 0.75% -
HSV(B) 328.16º 0.41% 0.95% -
XYZ 55.95 42.29 56.84 -
YUV 178.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 241 143 195 0 0.41 0.19 0.05 328.16 0.78 0.75
Hex F1 8F C3 0 29 13 5 148 4E 4B
Octal 361 217 303 0 51 23 5 510 116 113
Binary 11110001 10001111 11000011 0 101001 10011 101 101001000 1001110 1001011

Color Harmonies of #F18FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FC3

Black with #F18FC3

Text Example


Text Example

White with #F18FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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