Html Css Color HEX #F18ACC Tea Rose

📋 copy color: '#F18ACC'

red 241 ◦ green 138 ◦ blue 204

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

Shades of Tea Rose #F18ACC

Tints of Tea Rose #F18ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.67%

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 41.34%
G = 23.67%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F18ACC (or 0xF18ACC) is known color: Tea Rose. HEX triplet: F1, 8A and CC. RGB value is (241,138,204). Sum of RGB (Red+Green+Blue) = 241+138+204=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACC is #0E7533. Grayscale: #B0B0B0. Windows color (decimal): -947508 or 13404913. OLE color: 13404913.

HSL color Cylindrical-coordinate representation of color #F18ACC: hue angle of 321.55º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ACC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 204 -
CMYK 0 0.43 0.15 0.05
HSL 321.55º 0.79% 0.74% -
HSV(B) 321.55º 0.43% 0.95% -
XYZ 56.26 41.24 62.12 -
YUV 176.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 241 138 204 0 0.43 0.15 0.05 321.55 0.79 0.74
Hex F1 8A CC 0 2B F 5 142 4F 4A
Octal 361 212 314 0 53 17 5 502 117 112
Binary 11110001 10001010 11001100 0 101011 1111 101 101000010 1001111 1001010

Color Harmonies of #F18ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18ACC

Black with #F18ACC

Text Example


Text Example

White with #F18ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18ACC; }

 p { color: rgb(241,138,204); }

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

background-color css

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

 a { background-color: rgb(241,138,204); }

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

border-color css

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

 span { border-color: rgb(241,138,204); }

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