Html Css Color HEX #FE33B0 Persian Rose

📋 copy color: '#FE33B0'

red 254 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #FE33B0

Tints of Persian Rose #FE33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 52.81%
G = 10.6%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE33B0 (or 0xFE33B0) is known color: Persian Rose. HEX triplet: FE, 33 and B0. RGB value is (254,51,176). Sum of RGB (Red+Green+Blue) = 254+51+176=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE33B0 is #01CC4F. Grayscale: #7D7D7D. Windows color (decimal): -117840 or 11547646. OLE color: 11547646.

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

Color convert

RGB 254 51 176 -
CMYK 0 0.80 0.31 0.00
HSL 323.05º 0.99% 0.6% -
HSV(B) 323.05º 0.8% 1% -
XYZ 49.89 26.57 43.57 -
YUV 125.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 254 51 176 0 0.80 0.31 0.00 323.05 0.99 0.6
Hex FE 33 B0 0 50 1F 0 143 63 3C
Octal 376 63 260 0 120 37 0 503 143 74
Binary 11111110 110011 10110000 0 1010000 11111 0 101000011 1100011 111100

Color Harmonies of #FE33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33B0

Black with #FE33B0

Text Example


Text Example

White with #FE33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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