Html Css Color HEX #FE32B2 Persian Rose

📋 copy color: '#FE32B2'

red 254 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #FE32B2

Tints of Persian Rose #FE32B2

RGB

 RED value IS 254 (99.61% from 255) = 52.7%

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

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

R = 52.7%
G = 10.37%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE32B2 (or 0xFE32B2) is known color: Persian Rose. HEX triplet: FE, 32 and B2. RGB value is (254,50,178). Sum of RGB (Red+Green+Blue) = 254+50+178=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE32B2 is #01CD4D. Grayscale: #7D7D7D. Windows color (decimal): -118094 or 11678462. OLE color: 11678462.

HSL color Cylindrical-coordinate representation of color #FE32B2: hue angle of 322.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32B2 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 178 -
CMYK 0 0.80 0.30 0.00
HSL 322.35º 0.99% 0.6% -
HSV(B) 322.35º 0.8% 1% -
XYZ 50.05 26.57 44.61 -
YUV 125.59 157.59 219.59 -
System Red Green Blue C M Y K H S L
Decimal 254 50 178 0 0.80 0.30 0.00 322.35 0.99 0.6
Hex FE 32 B2 0 50 1E 0 142 63 3C
Octal 376 62 262 0 120 36 0 502 143 74
Binary 11111110 110010 10110010 0 1010000 11110 0 101000010 1100011 111100

Color Harmonies of #FE32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE32B2

Black with #FE32B2

Text Example


Text Example

White with #FE32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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