Html Css Color HEX #FE3AB4 Persian Rose

📋 copy color: '#FE3AB4'

red 254 ◦ green 58 ◦ blue 180

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

Shades of Persian Rose #FE3AB4

Tints of Persian Rose #FE3AB4

RGB

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

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

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

R = 51.63%
G = 11.79%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE3AB4 (or 0xFE3AB4) is known color: Persian Rose. HEX triplet: FE, 3A and B4. RGB value is (254,58,180). Sum of RGB (Red+Green+Blue) = 254+58+180=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3AB4 is #01C54B. Grayscale: #828282. Windows color (decimal): -116044 or 11811582. OLE color: 11811582.

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

Color convert

RGB 254 58 180 -
CMYK 0 0.77 0.29 0.00
HSL 322.65º 0.99% 0.61% -
HSV(B) 322.65º 0.77% 1% -
XYZ 50.62 27.39 45.8 -
YUV 130.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 254 58 180 0 0.77 0.29 0.00 322.65 0.99 0.61
Hex FE 3A B4 0 4D 1D 0 143 63 3D
Octal 376 72 264 0 115 35 0 503 143 75
Binary 11111110 111010 10110100 0 1001101 11101 0 101000011 1100011 111101

Color Harmonies of #FE3AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3AB4

Black with #FE3AB4

Text Example


Text Example

White with #FE3AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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