Html Css Color HEX #FE32B3 Persian Rose

📋 copy color: '#FE32B3'

red 254 ◦ green 50 ◦ blue 179

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

Shades of Persian Rose #FE32B3

Tints of Persian Rose #FE32B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 52.59%
G = 10.35%
B = 37.06%

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

#FE32B3 (or 0xFE32B3) is known color: Persian Rose. HEX triplet: FE, 32 and B3. RGB value is (254,50,179). Sum of RGB (Red+Green+Blue) = 254+50+179=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32B3 is #01CD4C. Grayscale: #7D7D7D. Windows color (decimal): -118093 or 11743998. OLE color: 11743998.

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

Color convert

RGB 254 50 179 -
CMYK 0 0.80 0.30 0.00
HSL 322.06º 0.99% 0.6% -
HSV(B) 322.06º 0.8% 1% -
XYZ 50.15 26.61 45.14 -
YUV 125.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 254 50 179 0 0.80 0.30 0.00 322.06 0.99 0.6
Hex FE 32 B3 0 50 1E 0 142 63 3C
Octal 376 62 263 0 120 36 0 502 143 74
Binary 11111110 110010 10110011 0 1010000 11110 0 101000010 1100011 111100

Color Harmonies of #FE32B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE32B3

Black with #FE32B3

Text Example


Text Example

White with #FE32B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE32B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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