Html Css Color HEX #FE33A8 Persian Rose

📋 copy color: '#FE33A8'

red 254 ◦ green 51 ◦ blue 168

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

Shades of Persian Rose #FE33A8

Tints of Persian Rose #FE33A8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.78%

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

R = 53.7%
G = 10.78%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE33A8 (or 0xFE33A8) is known color: Persian Rose. HEX triplet: FE, 33 and A8. RGB value is (254,51,168). Sum of RGB (Red+Green+Blue) = 254+51+168=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE33A8 is #01CC57. Grayscale: #7C7C7C. Windows color (decimal): -117848 or 11023358. OLE color: 11023358.

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

Color convert

RGB 254 51 168 -
CMYK 0 0.80 0.34 0.00
HSL 325.42º 0.99% 0.6% -
HSV(B) 325.42º 0.8% 1% -
XYZ 49.12 26.27 39.53 -
YUV 125.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 254 51 168 0 0.80 0.34 0.00 325.42 0.99 0.6
Hex FE 33 A8 0 50 22 0 145 63 3C
Octal 376 63 250 0 120 42 0 505 143 74
Binary 11111110 110011 10101000 0 1010000 100010 0 101000101 1100011 111100

Color Harmonies of #FE33A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33A8

Black with #FE33A8

Text Example


Text Example

White with #FE33A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33A8; }

 p { color: rgb(254,51,168); }

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

background-color css

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

 a { background-color: rgb(254,51,168); }

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

border-color css

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

 span { border-color: rgb(254,51,168); }

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