Html Css Color HEX #F53AAA Persian Rose

📋 copy color: '#F53AAA'

red 245 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #F53AAA

Tints of Persian Rose #F53AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.26%

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

R = 51.8%
G = 12.26%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F53AAA (or 0xF53AAA) is known color: Persian Rose. HEX triplet: F5, 3A and AA. RGB value is (245,58,170). Sum of RGB (Red+Green+Blue) = 245+58+170=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53AAA is #0AC555. Grayscale: #7E7E7E. Windows color (decimal): -705878 or 11156213. OLE color: 11156213.

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

Color convert

RGB 245 58 170 -
CMYK 0 0.76 0.31 0.04
HSL 324.06º 0.9% 0.59% -
HSV(B) 324.06º 0.76% 0.96% -
XYZ 46.42 25.34 40.47 -
YUV 126.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 245 58 170 0 0.76 0.31 0.04 324.06 0.9 0.59
Hex F5 3A AA 0 4C 1F 4 144 5A 3B
Octal 365 72 252 0 114 37 4 504 132 73
Binary 11110101 111010 10101010 0 1001100 11111 100 101000100 1011010 111011

Color Harmonies of #F53AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AAA

Black with #F53AAA

Text Example


Text Example

White with #F53AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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