Html Css Color HEX #F535AF Persian Rose

📋 copy color: '#F535AF'

red 245 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #F535AF

Tints of Persian Rose #F535AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 51.8%
G = 11.21%
B = 37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F535AF (or 0xF535AF) is known color: Persian Rose. HEX triplet: F5, 35 and AF. RGB value is (245,53,175). Sum of RGB (Red+Green+Blue) = 245+53+175=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F535AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F535AF is #0ACA50. Grayscale: #7C7C7C. Windows color (decimal): -707153 or 11482613. OLE color: 11482613.

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

Color convert

RGB 245 53 175 -
CMYK 0 0.78 0.29 0.04
HSL 321.88º 0.91% 0.58% -
HSV(B) 321.88º 0.78% 0.96% -
XYZ 46.67 25.05 42.93 -
YUV 124.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 245 53 175 0 0.78 0.29 0.04 321.88 0.91 0.58
Hex F5 35 AF 0 4E 1D 4 142 5B 3A
Octal 365 65 257 0 116 35 4 502 133 72
Binary 11110101 110101 10101111 0 1001110 11101 100 101000010 1011011 111010

Color Harmonies of #F535AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535AF

Black with #F535AF

Text Example


Text Example

White with #F535AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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