Html Css Color HEX #F532B5 Persian Rose

📋 copy color: '#F532B5'

red 245 ◦ green 50 ◦ blue 181

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

Shades of Persian Rose #F532B5

Tints of Persian Rose #F532B5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.5%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 51.47%
G = 10.5%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F532B5 (or 0xF532B5) is known color: Persian Rose. HEX triplet: F5, 32 and B5. RGB value is (245,50,181). Sum of RGB (Red+Green+Blue) = 245+50+181=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F532B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532B5 is #0ACD4A. Grayscale: #7A7A7A. Windows color (decimal): -707915 or 11875061. OLE color: 11875061.

HSL color Cylindrical-coordinate representation of color #F532B5: hue angle of 319.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532B5 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 50 181 -
CMYK 0 0.80 0.26 0.04
HSL 319.69º 0.91% 0.58% -
HSV(B) 319.69º 0.8% 0.96% -
XYZ 47.14 25.03 46.06 -
YUV 123.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 245 50 181 0 0.80 0.26 0.04 319.69 0.91 0.58
Hex F5 32 B5 0 50 1A 4 140 5B 3A
Octal 365 62 265 0 120 32 4 500 133 72
Binary 11110101 110010 10110101 0 1010000 11010 100 101000000 1011011 111010

Color Harmonies of #F532B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F532B5

Black with #F532B5

Text Example


Text Example

White with #F532B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F532B5; }

 p { color: rgb(245,50,181); }

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

background-color css

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

 a { background-color: rgb(245,50,181); }

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

border-color css

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

 span { border-color: rgb(245,50,181); }

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