Html Css Color HEX #FE3AB2 Persian Rose

📋 copy color: '#FE3AB2'

red 254 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #FE3AB2

Tints of Persian Rose #FE3AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.84%

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

R = 51.84%
G = 11.84%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE3AB2 (or 0xFE3AB2) is known color: Persian Rose. HEX triplet: FE, 3A and B2. RGB value is (254,58,178). Sum of RGB (Red+Green+Blue) = 254+58+178=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3AB2 is #01C54D. Grayscale: #828282. Windows color (decimal): -116046 or 11680510. OLE color: 11680510.

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

Color convert

RGB 254 58 178 -
CMYK 0 0.77 0.30 0.00
HSL 323.27º 0.99% 0.61% -
HSV(B) 323.27º 0.77% 1% -
XYZ 50.42 27.31 44.73 -
YUV 130.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 254 58 178 0 0.77 0.30 0.00 323.27 0.99 0.61
Hex FE 3A B2 0 4D 1E 0 143 63 3D
Octal 376 72 262 0 115 36 0 503 143 75
Binary 11111110 111010 10110010 0 1001101 11110 0 101000011 1100011 111101

Color Harmonies of #FE3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3AB2

Black with #FE3AB2

Text Example


Text Example

White with #FE3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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