Html Css Color HEX #F58ABF Tea Rose

📋 copy color: '#F58ABF'

red 245 ◦ green 138 ◦ blue 191

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

Shades of Tea Rose #F58ABF

Tints of Tea Rose #F58ABF

RGB

 RED value IS 245 (96.09% from 255) = 42.68%

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

 BLUE value IS 191 (75% from 255) = 33.28%

R = 42.68%
G = 24.04%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F58ABF (or 0xF58ABF) is known color: Tea Rose. HEX triplet: F5, 8A and BF. RGB value is (245,138,191). Sum of RGB (Red+Green+Blue) = 245+138+191=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ABF is #0A7540. Grayscale: #AFAFAF. Windows color (decimal): -685377 or 12552949. OLE color: 12552949.

HSL color Cylindrical-coordinate representation of color #F58ABF: hue angle of 330.28º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58ABF is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 138 191 -
CMYK 0 0.44 0.22 0.04
HSL 330.28º 0.84% 0.75% -
HSV(B) 330.28º 0.44% 0.96% -
XYZ 56.15 41.35 54.31 -
YUV 176.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 245 138 191 0 0.44 0.22 0.04 330.28 0.84 0.75
Hex F5 8A BF 0 2C 16 4 14A 54 4B
Octal 365 212 277 0 54 26 4 512 124 113
Binary 11110101 10001010 10111111 0 101100 10110 100 101001010 1010100 1001011

Color Harmonies of #F58ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ABF

Black with #F58ABF

Text Example


Text Example

White with #F58ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ABF; }

 p { color: rgb(245,138,191); }

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

background-color css

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

 a { background-color: rgb(245,138,191); }

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

border-color css

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

 span { border-color: rgb(245,138,191); }

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