Html Css Color HEX #F53AB3 Persian Rose

📋 copy color: '#F53AB3'

red 245 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #F53AB3

Tints of Persian Rose #F53AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 50.83%
G = 12.03%
B = 37.14%

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

#F53AB3 (or 0xF53AB3) is known color: Persian Rose. HEX triplet: F5, 3A and B3. RGB value is (245,58,179). Sum of RGB (Red+Green+Blue) = 245+58+179=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AB3 is #0AC54C. Grayscale: #7F7F7F. Windows color (decimal): -705869 or 11746037. OLE color: 11746037.

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

Color convert

RGB 245 58 179 -
CMYK 0 0.76 0.27 0.04
HSL 321.18º 0.9% 0.59% -
HSV(B) 321.18º 0.76% 0.96% -
XYZ 47.31 25.69 45.11 -
YUV 127.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 245 58 179 0 0.76 0.27 0.04 321.18 0.9 0.59
Hex F5 3A B3 0 4C 1B 4 141 5A 3B
Octal 365 72 263 0 114 33 4 501 132 73
Binary 11110101 111010 10110011 0 1001100 11011 100 101000001 1011010 111011

Color Harmonies of #F53AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AB3

Black with #F53AB3

Text Example


Text Example

White with #F53AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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