Html Css Color HEX #F533A4 Persian Rose

📋 copy color: '#F533A4'

red 245 ◦ green 51 ◦ blue 164

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

Shades of Persian Rose #F533A4

Tints of Persian Rose #F533A4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.09%

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 53.26%
G = 11.09%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F533A4 (or 0xF533A4) is known color: Persian Rose. HEX triplet: F5, 33 and A4. RGB value is (245,51,164). Sum of RGB (Red+Green+Blue) = 245+51+164=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F533A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F533A4 is #0ACC5B. Grayscale: #797979. Windows color (decimal): -707676 or 10761205. OLE color: 10761205.

HSL color Cylindrical-coordinate representation of color #F533A4: hue angle of 325.05º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F533A4 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 164 -
CMYK 0 0.79 0.33 0.04
HSL 325.05º 0.91% 0.58% -
HSV(B) 325.05º 0.79% 0.96% -
XYZ 45.54 24.46 37.44 -
YUV 121.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 245 51 164 0 0.79 0.33 0.04 325.05 0.91 0.58
Hex F5 33 A4 0 4F 21 4 145 5B 3A
Octal 365 63 244 0 117 41 4 505 133 72
Binary 11110101 110011 10100100 0 1001111 100001 100 101000101 1011011 111010

Color Harmonies of #F533A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F533A4

Black with #F533A4

Text Example


Text Example

White with #F533A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F533A4; }

 p { color: rgb(245,51,164); }

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

background-color css

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

 a { background-color: rgb(245,51,164); }

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

border-color css

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

 span { border-color: rgb(245,51,164); }

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