Html Css Color HEX #F53FB1 Persian Rose

📋 copy color: '#F53FB1'

red 245 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #F53FB1

Tints of Persian Rose #F53FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 50.52%
G = 12.99%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F53FB1 (or 0xF53FB1) is known color: Persian Rose. HEX triplet: F5, 3F and B1. RGB value is (245,63,177). Sum of RGB (Red+Green+Blue) = 245+63+177=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FB1 is #0AC04E. Grayscale: #828282. Windows color (decimal): -704591 or 11616245. OLE color: 11616245.

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

Color convert

RGB 245 63 177 -
CMYK 0 0.74 0.28 0.04
HSL 322.42º 0.9% 0.6% -
HSV(B) 322.42º 0.74% 0.96% -
XYZ 47.37 26.14 44.14 -
YUV 130.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 245 63 177 0 0.74 0.28 0.04 322.42 0.9 0.6
Hex F5 3F B1 0 4A 1C 4 142 5A 3C
Octal 365 77 261 0 112 34 4 502 132 74
Binary 11110101 111111 10110001 0 1001010 11100 100 101000010 1011010 111100

Color Harmonies of #F53FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FB1

Black with #F53FB1

Text Example


Text Example

White with #F53FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FB1; }

 p { color: rgb(245,63,177); }

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

background-color css

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

 a { background-color: rgb(245,63,177); }

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

border-color css

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

 span { border-color: rgb(245,63,177); }

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