Html Css Color HEX #F58DBA Tea Rose

📋 copy color: '#F58DBA'

red 245 ◦ green 141 ◦ blue 186

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

Shades of Tea Rose #F58DBA

Tints of Tea Rose #F58DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.65%

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

R = 42.83%
G = 24.65%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F58DBA (or 0xF58DBA) is known color: Tea Rose. HEX triplet: F5, 8D and BA. RGB value is (245,141,186). Sum of RGB (Red+Green+Blue) = 245+141+186=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DBA is #0A7245. Grayscale: #B1B1B1. Windows color (decimal): -684614 or 12226037. OLE color: 12226037.

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

Color convert

RGB 245 141 186 -
CMYK 0 0.42 0.24 0.04
HSL 334.04º 0.84% 0.76% -
HSV(B) 334.04º 0.42% 0.96% -
XYZ 56.04 42.01 51.61 -
YUV 177.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 245 141 186 0 0.42 0.24 0.04 334.04 0.84 0.76
Hex F5 8D BA 0 2A 18 4 14E 54 4C
Octal 365 215 272 0 52 30 4 516 124 114
Binary 11110101 10001101 10111010 0 101010 11000 100 101001110 1010100 1001100

Color Harmonies of #F58DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58DBA

Black with #F58DBA

Text Example


Text Example

White with #F58DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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