Html Css Color HEX #F523A8 Persian Rose

📋 copy color: '#F523A8'

red 245 ◦ green 35 ◦ blue 168

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

Shades of Persian Rose #F523A8

Tints of Persian Rose #F523A8

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.81%

 BLUE value IS 168 (66.02% from 255) = 37.5%

R = 54.69%
G = 7.81%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F523A8 (or 0xF523A8) is known color: Persian Rose. HEX triplet: F5, 23 and A8. RGB value is (245,35,168). Sum of RGB (Red+Green+Blue) = 245+35+168=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F523A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F523A8 is #0ADC57. Grayscale: #707070. Windows color (decimal): -711768 or 11019253. OLE color: 11019253.

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

Color convert

RGB 245 35 168 -
CMYK 0 0.86 0.31 0.04
HSL 322º 0.91% 0.55% -
HSV(B) 322º 0.86% 0.96% -
XYZ 45.33 23.44 39.18 -
YUV 112.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 245 35 168 0 0.86 0.31 0.04 322 0.91 0.55
Hex F5 23 A8 0 56 1F 4 142 5B 37
Octal 365 43 250 0 126 37 4 502 133 67
Binary 11110101 100011 10101000 0 1010110 11111 100 101000010 1011011 110111

Color Harmonies of #F523A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F523A8

Black with #F523A8

Text Example


Text Example

White with #F523A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F523A8; }

 p { color: rgb(245,35,168); }

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

background-color css

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

 a { background-color: rgb(245,35,168); }

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

border-color css

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

 span { border-color: rgb(245,35,168); }

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