Html Css Color HEX #F58CBF Tea Rose

📋 copy color: '#F58CBF'

red 245 ◦ green 140 ◦ blue 191

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

Shades of Tea Rose #F58CBF

Tints of Tea Rose #F58CBF

RGB

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

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

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

R = 42.53%
G = 24.31%
B = 33.16%

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

#F58CBF (or 0xF58CBF) is known color: Tea Rose. HEX triplet: F5, 8C and BF. RGB value is (245,140,191). Sum of RGB (Red+Green+Blue) = 245+140+191=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CBF is #0A7340. Grayscale: #B1B1B1. Windows color (decimal): -684865 or 12553461. OLE color: 12553461.

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

Color convert

RGB 245 140 191 -
CMYK 0 0.43 0.22 0.04
HSL 330.86º 0.84% 0.75% -
HSV(B) 330.86º 0.43% 0.96% -
XYZ 56.44 41.93 54.41 -
YUV 177.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 245 140 191 0 0.43 0.22 0.04 330.86 0.84 0.75
Hex F5 8C BF 0 2B 16 4 14B 54 4B
Octal 365 214 277 0 53 26 4 513 124 113
Binary 11110101 10001100 10111111 0 101011 10110 100 101001011 1010100 1001011

Color Harmonies of #F58CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CBF

Black with #F58CBF

Text Example


Text Example

White with #F58CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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