Html Css Color HEX #F540AF Persian Rose

📋 copy color: '#F540AF'

red 245 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #F540AF

Tints of Persian Rose #F540AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.22%

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

R = 50.62%
G = 13.22%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F540AF (or 0xF540AF) is known color: Persian Rose. HEX triplet: F5, 40 and AF. RGB value is (245,64,175). Sum of RGB (Red+Green+Blue) = 245+64+175=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F540AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F540AF is #0ABF50. Grayscale: #828282. Windows color (decimal): -704337 or 11485429. OLE color: 11485429.

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

Color convert

RGB 245 64 175 -
CMYK 0 0.74 0.29 0.04
HSL 323.2º 0.9% 0.61% -
HSV(B) 323.2º 0.74% 0.96% -
XYZ 47.23 26.17 43.12 -
YUV 130.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 245 64 175 0 0.74 0.29 0.04 323.2 0.9 0.61
Hex F5 40 AF 0 4A 1D 4 143 5A 3D
Octal 365 100 257 0 112 35 4 503 132 75
Binary 11110101 1000000 10101111 0 1001010 11101 100 101000011 1011010 111101

Color Harmonies of #F540AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540AF

Black with #F540AF

Text Example


Text Example

White with #F540AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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