Html Css Color HEX #F53AB4 Persian Rose

📋 copy color: '#F53AB4'

red 245 ◦ green 58 ◦ blue 180

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

Shades of Persian Rose #F53AB4

Tints of Persian Rose #F53AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 50.72%
G = 12.01%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F53AB4 (or 0xF53AB4) is known color: Persian Rose. HEX triplet: F5, 3A and B4. RGB value is (245,58,180). Sum of RGB (Red+Green+Blue) = 245+58+180=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AB4 is #0AC54B. Grayscale: #7F7F7F. Windows color (decimal): -705868 or 11811573. OLE color: 11811573.

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

Color convert

RGB 245 58 180 -
CMYK 0 0.76 0.27 0.04
HSL 320.86º 0.9% 0.59% -
HSV(B) 320.86º 0.76% 0.96% -
XYZ 47.41 25.73 45.65 -
YUV 127.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 245 58 180 0 0.76 0.27 0.04 320.86 0.9 0.59
Hex F5 3A B4 0 4C 1B 4 141 5A 3B
Octal 365 72 264 0 114 33 4 501 132 73
Binary 11110101 111010 10110100 0 1001100 11011 100 101000001 1011010 111011

Color Harmonies of #F53AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AB4

Black with #F53AB4

Text Example


Text Example

White with #F53AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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