Html Css Color HEX #F535AC Persian Rose

📋 copy color: '#F535AC'

red 245 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #F535AC

Tints of Persian Rose #F535AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.28%

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

R = 52.13%
G = 11.28%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F535AC (or 0xF535AC) is known color: Persian Rose. HEX triplet: F5, 35 and AC. RGB value is (245,53,172). Sum of RGB (Red+Green+Blue) = 245+53+172=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F535AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F535AC is #0ACA53. Grayscale: #7B7B7B. Windows color (decimal): -707156 or 11286005. OLE color: 11286005.

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

Color convert

RGB 245 53 172 -
CMYK 0 0.78 0.30 0.04
HSL 322.81º 0.91% 0.58% -
HSV(B) 322.81º 0.78% 0.96% -
XYZ 46.38 24.94 41.4 -
YUV 123.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 245 53 172 0 0.78 0.30 0.04 322.81 0.91 0.58
Hex F5 35 AC 0 4E 1E 4 143 5B 3A
Octal 365 65 254 0 116 36 4 503 133 72
Binary 11110101 110101 10101100 0 1001110 11110 100 101000011 1011011 111010

Color Harmonies of #F535AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535AC

Black with #F535AC

Text Example


Text Example

White with #F535AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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