Html Css Color HEX #F58AD3 Tea Rose

📋 copy color: '#F58AD3'

red 245 ◦ green 138 ◦ blue 211

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

Shades of Tea Rose #F58AD3

Tints of Tea Rose #F58AD3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.23%

 BLUE value IS 211 (82.81% from 255) = 35.52%

R = 41.25%
G = 23.23%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F58AD3 (or 0xF58AD3) is known color: Tea Rose. HEX triplet: F5, 8A and D3. RGB value is (245,138,211). Sum of RGB (Red+Green+Blue) = 245+138+211=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AD3 is #0A752C. Grayscale: #B2B2B2. Windows color (decimal): -685357 or 13863669. OLE color: 13863669.

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

Color convert

RGB 245 138 211 -
CMYK 0 0.44 0.14 0.04
HSL 319.07º 0.84% 0.75% -
HSV(B) 319.07º 0.44% 0.96% -
XYZ 58.5 42.29 66.71 -
YUV 178.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 245 138 211 0 0.44 0.14 0.04 319.07 0.84 0.75
Hex F5 8A D3 0 2C E 4 13F 54 4B
Octal 365 212 323 0 54 16 4 477 124 113
Binary 11110101 10001010 11010011 0 101100 1110 100 100111111 1010100 1001011

Color Harmonies of #F58AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AD3

Black with #F58AD3

Text Example


Text Example

White with #F58AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AD3; }

 p { color: rgb(245,138,211); }

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

background-color css

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

 a { background-color: rgb(245,138,211); }

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

border-color css

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

 span { border-color: rgb(245,138,211); }

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