Html Css Color HEX #F537AA Persian Rose

📋 copy color: '#F537AA'

red 245 ◦ green 55 ◦ blue 170

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

Shades of Persian Rose #F537AA

Tints of Persian Rose #F537AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.7%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 52.13%
G = 11.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F537AA (or 0xF537AA) is known color: Persian Rose. HEX triplet: F5, 37 and AA. RGB value is (245,55,170). Sum of RGB (Red+Green+Blue) = 245+55+170=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F537AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F537AA is #0AC855. Grayscale: #7C7C7C. Windows color (decimal): -706646 or 11155445. OLE color: 11155445.

HSL color Cylindrical-coordinate representation of color #F537AA: hue angle of 323.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537AA is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 170 -
CMYK 0 0.78 0.31 0.04
HSL 323.68º 0.9% 0.59% -
HSV(B) 323.68º 0.78% 0.96% -
XYZ 46.28 25.05 40.43 -
YUV 124.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 245 55 170 0 0.78 0.31 0.04 323.68 0.9 0.59
Hex F5 37 AA 0 4E 1F 4 144 5A 3B
Octal 365 67 252 0 116 37 4 504 132 73
Binary 11110101 110111 10101010 0 1001110 11111 100 101000100 1011010 111011

Color Harmonies of #F537AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537AA

Black with #F537AA

Text Example


Text Example

White with #F537AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537AA; }

 p { color: rgb(245,55,170); }

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

background-color css

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

 a { background-color: rgb(245,55,170); }

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

border-color css

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

 span { border-color: rgb(245,55,170); }

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