Html Css Color HEX #FE2FB2 Persian Rose

📋 copy color: '#FE2FB2'

red 254 ◦ green 47 ◦ blue 178

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

Shades of Persian Rose #FE2FB2

Tints of Persian Rose #FE2FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 53.03%
G = 9.81%
B = 37.16%

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

#FE2FB2 (or 0xFE2FB2) is known color: Persian Rose. HEX triplet: FE, 2F and B2. RGB value is (254,47,178). Sum of RGB (Red+Green+Blue) = 254+47+178=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FB2 is #01D04D. Grayscale: #7B7B7B. Windows color (decimal): -118862 or 11677694. OLE color: 11677694.

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

Color convert

RGB 254 47 178 -
CMYK 0 0.81 0.30 0.00
HSL 322.03º 0.99% 0.59% -
HSV(B) 322.03º 0.81% 1% -
XYZ 49.93 26.32 44.57 -
YUV 123.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 254 47 178 0 0.81 0.30 0.00 322.03 0.99 0.59
Hex FE 2F B2 0 51 1E 0 142 63 3B
Octal 376 57 262 0 121 36 0 502 143 73
Binary 11111110 101111 10110010 0 1010001 11110 0 101000010 1100011 111011

Color Harmonies of #FE2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FB2

Black with #FE2FB2

Text Example


Text Example

White with #FE2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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