Html Css Color HEX #F58BBA Tea Rose

📋 copy color: '#F58BBA'

red 245 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #F58BBA

Tints of Tea Rose #F58BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

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

R = 42.98%
G = 24.39%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F58BBA (or 0xF58BBA) is known color: Tea Rose. HEX triplet: F5, 8B and BA. RGB value is (245,139,186). Sum of RGB (Red+Green+Blue) = 245+139+186=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BBA is #0A7445. Grayscale: #AFAFAF. Windows color (decimal): -685126 or 12225525. OLE color: 12225525.

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

Color convert

RGB 245 139 186 -
CMYK 0 0.43 0.24 0.04
HSL 333.4º 0.84% 0.75% -
HSV(B) 333.4º 0.43% 0.96% -
XYZ 55.75 41.42 51.51 -
YUV 176.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 245 139 186 0 0.43 0.24 0.04 333.4 0.84 0.75
Hex F5 8B BA 0 2B 18 4 14D 54 4B
Octal 365 213 272 0 53 30 4 515 124 113
Binary 11110101 10001011 10111010 0 101011 11000 100 101001101 1010100 1001011

Color Harmonies of #F58BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BBA

Black with #F58BBA

Text Example


Text Example

White with #F58BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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