Html Css Color HEX #F58CBD Tea Rose

📋 copy color: '#F58CBD'

red 245 ◦ green 140 ◦ blue 189

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

Shades of Tea Rose #F58CBD

Tints of Tea Rose #F58CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.93%

R = 42.68%
G = 24.39%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F58CBD (or 0xF58CBD) is known color: Tea Rose. HEX triplet: F5, 8C and BD. RGB value is (245,140,189). Sum of RGB (Red+Green+Blue) = 245+140+189=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CBD is #0A7342. Grayscale: #B0B0B0. Windows color (decimal): -684867 or 12422389. OLE color: 12422389.

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

Color convert

RGB 245 140 189 -
CMYK 0 0.43 0.23 0.04
HSL 332º 0.84% 0.75% -
HSV(B) 332º 0.43% 0.96% -
XYZ 56.22 41.84 53.26 -
YUV 176.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 245 140 189 0 0.43 0.23 0.04 332 0.84 0.75
Hex F5 8C BD 0 2B 17 4 14C 54 4B
Octal 365 214 275 0 53 27 4 514 124 113
Binary 11110101 10001100 10111101 0 101011 10111 100 101001100 1010100 1001011

Color Harmonies of #F58CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CBD

Black with #F58CBD

Text Example


Text Example

White with #F58CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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