Html Css Color HEX #F532B2 Persian Rose

📋 copy color: '#F532B2'

red 245 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #F532B2

Tints of Persian Rose #F532B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 51.8%
G = 10.57%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F532B2 (or 0xF532B2) is known color: Persian Rose. HEX triplet: F5, 32 and B2. RGB value is (245,50,178). Sum of RGB (Red+Green+Blue) = 245+50+178=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F532B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F532B2 is #0ACD4D. Grayscale: #7A7A7A. Windows color (decimal): -707918 or 11678453. OLE color: 11678453.

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

Color convert

RGB 245 50 178 -
CMYK 0 0.80 0.27 0.04
HSL 320.62º 0.91% 0.58% -
HSV(B) 320.62º 0.8% 0.96% -
XYZ 46.83 24.91 44.46 -
YUV 122.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 245 50 178 0 0.80 0.27 0.04 320.62 0.91 0.58
Hex F5 32 B2 0 50 1B 4 141 5B 3A
Octal 365 62 262 0 120 33 4 501 133 72
Binary 11110101 110010 10110010 0 1010000 11011 100 101000001 1011011 111010

Color Harmonies of #F532B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F532B2

Black with #F532B2

Text Example


Text Example

White with #F532B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F532B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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