Html Css Color HEX #FE2FB1 Persian Rose

📋 copy color: '#FE2FB1'

red 254 ◦ green 47 ◦ blue 177

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

Shades of Persian Rose #FE2FB1

Tints of Persian Rose #FE2FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.83%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 53.14%
G = 9.83%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE2FB1 (or 0xFE2FB1) is known color: Persian Rose. HEX triplet: FE, 2F and B1. RGB value is (254,47,177). Sum of RGB (Red+Green+Blue) = 254+47+177=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FB1 is #01D04E. Grayscale: #7B7B7B. Windows color (decimal): -118863 or 11612158. OLE color: 11612158.

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

Color convert

RGB 254 47 177 -
CMYK 0 0.81 0.30 0.00
HSL 322.32º 0.99% 0.59% -
HSV(B) 322.32º 0.81% 1% -
XYZ 49.83 26.28 44.04 -
YUV 123.71 158.08 220.93 -
System Red Green Blue C M Y K H S L
Decimal 254 47 177 0 0.81 0.30 0.00 322.32 0.99 0.59
Hex FE 2F B1 0 51 1E 0 142 63 3B
Octal 376 57 261 0 121 36 0 502 143 73
Binary 11111110 101111 10110001 0 1010001 11110 0 101000010 1100011 111011

Color Harmonies of #FE2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FB1

Black with #FE2FB1

Text Example


Text Example

White with #FE2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FB1; }

 p { color: rgb(254,47,177); }

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

background-color css

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

 a { background-color: rgb(254,47,177); }

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

border-color css

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

 span { border-color: rgb(254,47,177); }

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