Html Css Color HEX #F533AC Persian Rose

📋 copy color: '#F533AC'

red 245 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #F533AC

Tints of Persian Rose #F533AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 52.35%
G = 10.9%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F533AC (or 0xF533AC) is known color: Persian Rose. HEX triplet: F5, 33 and AC. RGB value is (245,51,172). Sum of RGB (Red+Green+Blue) = 245+51+172=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F533AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F533AC is #0ACC53. Grayscale: #7A7A7A. Windows color (decimal): -707668 or 11285493. OLE color: 11285493.

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

Color convert

RGB 245 51 172 -
CMYK 0 0.79 0.30 0.04
HSL 322.58º 0.91% 0.58% -
HSV(B) 322.58º 0.79% 0.96% -
XYZ 46.29 24.76 41.37 -
YUV 122.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 245 51 172 0 0.79 0.30 0.04 322.58 0.91 0.58
Hex F5 33 AC 0 4F 1E 4 143 5B 3A
Octal 365 63 254 0 117 36 4 503 133 72
Binary 11110101 110011 10101100 0 1001111 11110 100 101000011 1011011 111010

Color Harmonies of #F533AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F533AC

Black with #F533AC

Text Example


Text Example

White with #F533AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F533AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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