Html Css Color HEX #F58ABA Tea Rose

📋 copy color: '#F58ABA'

red 245 ◦ green 138 ◦ blue 186

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

Shades of Tea Rose #F58ABA

Tints of Tea Rose #F58ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 43.06%
G = 24.25%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F58ABA (or 0xF58ABA) is known color: Tea Rose. HEX triplet: F5, 8A and BA. RGB value is (245,138,186). Sum of RGB (Red+Green+Blue) = 245+138+186=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ABA is #0A7545. Grayscale: #AFAFAF. Windows color (decimal): -685382 or 12225269. OLE color: 12225269.

HSL color Cylindrical-coordinate representation of color #F58ABA: hue angle of 333.08º 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 #F58ABA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 138 186 -
CMYK 0 0.44 0.24 0.04
HSL 333.08º 0.84% 0.75% -
HSV(B) 333.08º 0.44% 0.96% -
XYZ 55.61 41.13 51.46 -
YUV 175.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 245 138 186 0 0.44 0.24 0.04 333.08 0.84 0.75
Hex F5 8A BA 0 2C 18 4 14D 54 4B
Octal 365 212 272 0 54 30 4 515 124 113
Binary 11110101 10001010 10111010 0 101100 11000 100 101001101 1010100 1001011

Color Harmonies of #F58ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ABA

Black with #F58ABA

Text Example


Text Example

White with #F58ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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