Html Css Color HEX #F58CBE Tea Rose

📋 copy color: '#F58CBE'

red 245 ◦ green 140 ◦ blue 190

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

Shades of Tea Rose #F58CBE

Tints of Tea Rose #F58CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 42.61%
G = 24.35%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F58CBE (or 0xF58CBE) is known color: Tea Rose. HEX triplet: F5, 8C and BE. RGB value is (245,140,190). Sum of RGB (Red+Green+Blue) = 245+140+190=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CBE is #0A7341. Grayscale: #B1B1B1. Windows color (decimal): -684866 or 12487925. OLE color: 12487925.

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

Color convert

RGB 245 140 190 -
CMYK 0 0.43 0.22 0.04
HSL 331.43º 0.84% 0.75% -
HSV(B) 331.43º 0.43% 0.96% -
XYZ 56.33 41.89 53.83 -
YUV 177.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 245 140 190 0 0.43 0.22 0.04 331.43 0.84 0.75
Hex F5 8C BE 0 2B 16 4 14B 54 4B
Octal 365 214 276 0 53 26 4 513 124 113
Binary 11110101 10001100 10111110 0 101011 10110 100 101001011 1010100 1001011

Color Harmonies of #F58CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CBE

Black with #F58CBE

Text Example


Text Example

White with #F58CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CBE; }

 p { color: rgb(245,140,190); }

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

background-color css

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

 a { background-color: rgb(245,140,190); }

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

border-color css

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

 span { border-color: rgb(245,140,190); }

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