Html Css Color HEX #F18ABC Tea Rose

📋 copy color: '#F18ABC'

red 241 ◦ green 138 ◦ blue 188

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

Shades of Tea Rose #F18ABC

Tints of Tea Rose #F18ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 42.5%
G = 24.34%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F18ABC (or 0xF18ABC) is known color: Tea Rose. HEX triplet: F1, 8A and BC. RGB value is (241,138,188). Sum of RGB (Red+Green+Blue) = 241+138+188=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ABC is #0E7543. Grayscale: #AEAEAE. Windows color (decimal): -947524 or 12356337. OLE color: 12356337.

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

Color convert

RGB 241 138 188 -
CMYK 0 0.43 0.22 0.05
HSL 330.87º 0.79% 0.74% -
HSV(B) 330.87º 0.43% 0.95% -
XYZ 54.44 40.51 52.53 -
YUV 174.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 241 138 188 0 0.43 0.22 0.05 330.87 0.79 0.74
Hex F1 8A BC 0 2B 16 5 14B 4F 4A
Octal 361 212 274 0 53 26 5 513 117 112
Binary 11110001 10001010 10111100 0 101011 10110 101 101001011 1001111 1001010

Color Harmonies of #F18ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18ABC

Black with #F18ABC

Text Example


Text Example

White with #F18ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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