Html Css Color HEX #F535A7 Persian Rose

📋 copy color: '#F535A7'

red 245 ◦ green 53 ◦ blue 167

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

Shades of Persian Rose #F535A7

Tints of Persian Rose #F535A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.91%

R = 52.69%
G = 11.4%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F535A7 (or 0xF535A7) is known color: Persian Rose. HEX triplet: F5, 35 and A7. RGB value is (245,53,167). Sum of RGB (Red+Green+Blue) = 245+53+167=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F535A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F535A7 is #0ACA58. Grayscale: #7B7B7B. Windows color (decimal): -707161 or 10958325. OLE color: 10958325.

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

Color convert

RGB 245 53 167 -
CMYK 0 0.78 0.32 0.04
HSL 324.38º 0.91% 0.58% -
HSV(B) 324.38º 0.78% 0.96% -
XYZ 45.9 24.75 38.92 -
YUV 123.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 245 53 167 0 0.78 0.32 0.04 324.38 0.91 0.58
Hex F5 35 A7 0 4E 20 4 144 5B 3A
Octal 365 65 247 0 116 40 4 504 133 72
Binary 11110101 110101 10100111 0 1001110 100000 100 101000100 1011011 111010

Color Harmonies of #F535A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535A7

Black with #F535A7

Text Example


Text Example

White with #F535A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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