Html Css Color HEX #F58FCB Tea Rose

📋 copy color: '#F58FCB'

red 245 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #F58FCB

Tints of Tea Rose #F58FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.2%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 41.46%
G = 24.2%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F58FCB (or 0xF58FCB) is known color: Tea Rose. HEX triplet: F5, 8F and CB. RGB value is (245,143,203). Sum of RGB (Red+Green+Blue) = 245+143+203=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FCB is #0A7034. Grayscale: #B4B4B4. Windows color (decimal): -684085 or 13340661. OLE color: 13340661.

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

Color convert

RGB 245 143 203 -
CMYK 0 0.42 0.17 0.04
HSL 324.71º 0.84% 0.76% -
HSV(B) 324.71º 0.42% 0.96% -
XYZ 58.26 43.37 61.8 -
YUV 180.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 245 143 203 0 0.42 0.17 0.04 324.71 0.84 0.76
Hex F5 8F CB 0 2A 11 4 145 54 4C
Octal 365 217 313 0 52 21 4 505 124 114
Binary 11110101 10001111 11001011 0 101010 10001 100 101000101 1010100 1001100

Color Harmonies of #F58FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58FCB

Black with #F58FCB

Text Example


Text Example

White with #F58FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58FCB; }

 p { color: rgb(245,143,203); }

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

background-color css

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

 a { background-color: rgb(245,143,203); }

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

border-color css

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

 span { border-color: rgb(245,143,203); }

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