Html Css Color HEX #F537AF Persian Rose

📋 copy color: '#F537AF'

red 245 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #F537AF

Tints of Persian Rose #F537AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

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

R = 51.58%
G = 11.58%
B = 36.84%

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

#F537AF (or 0xF537AF) is known color: Persian Rose. HEX triplet: F5, 37 and AF. RGB value is (245,55,175). Sum of RGB (Red+Green+Blue) = 245+55+175=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F537AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F537AF is #0AC850. Grayscale: #7D7D7D. Windows color (decimal): -706641 or 11483125. OLE color: 11483125.

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

Color convert

RGB 245 55 175 -
CMYK 0 0.78 0.29 0.04
HSL 322.11º 0.9% 0.59% -
HSV(B) 322.11º 0.78% 0.96% -
XYZ 46.76 25.24 42.96 -
YUV 125.49 155.95 213.24 -
System Red Green Blue C M Y K H S L
Decimal 245 55 175 0 0.78 0.29 0.04 322.11 0.9 0.59
Hex F5 37 AF 0 4E 1D 4 142 5A 3B
Octal 365 67 257 0 116 35 4 502 132 73
Binary 11110101 110111 10101111 0 1001110 11101 100 101000010 1011010 111011

Color Harmonies of #F537AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537AF

Black with #F537AF

Text Example


Text Example

White with #F537AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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