Html Css Color HEX #FE33B4 Persian Rose

📋 copy color: '#FE33B4'

red 254 ◦ green 51 ◦ blue 180

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

Shades of Persian Rose #FE33B4

Tints of Persian Rose #FE33B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 52.37%
G = 10.52%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE33B4 (or 0xFE33B4) is known color: Persian Rose. HEX triplet: FE, 33 and B4. RGB value is (254,51,180). Sum of RGB (Red+Green+Blue) = 254+51+180=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33B4 is #01CC4B. Grayscale: #7E7E7E. Windows color (decimal): -117836 or 11809790. OLE color: 11809790.

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

Color convert

RGB 254 51 180 -
CMYK 0 0.80 0.29 0.00
HSL 321.87º 0.99% 0.6% -
HSV(B) 321.87º 0.8% 1% -
XYZ 50.3 26.73 45.69 -
YUV 126.4 158.25 219.01 -
System Red Green Blue C M Y K H S L
Decimal 254 51 180 0 0.80 0.29 0.00 321.87 0.99 0.6
Hex FE 33 B4 0 50 1D 0 142 63 3C
Octal 376 63 264 0 120 35 0 502 143 74
Binary 11111110 110011 10110100 0 1010000 11101 0 101000010 1100011 111100

Color Harmonies of #FE33B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33B4

Black with #FE33B4

Text Example


Text Example

White with #FE33B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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