Html Css Color HEX #FE3AB3 Persian Rose

📋 copy color: '#FE3AB3'

red 254 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #FE3AB3

Tints of Persian Rose #FE3AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 51.73%
G = 11.81%
B = 36.46%

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

#FE3AB3 (or 0xFE3AB3) is known color: Persian Rose. HEX triplet: FE, 3A and B3. RGB value is (254,58,179). Sum of RGB (Red+Green+Blue) = 254+58+179=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3AB3 is #01C54C. Grayscale: #828282. Windows color (decimal): -116045 or 11746046. OLE color: 11746046.

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

Color convert

RGB 254 58 179 -
CMYK 0 0.77 0.30 0.00
HSL 322.96º 0.99% 0.61% -
HSV(B) 322.96º 0.77% 1% -
XYZ 50.52 27.35 45.26 -
YUV 130.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 254 58 179 0 0.77 0.30 0.00 322.96 0.99 0.61
Hex FE 3A B3 0 4D 1E 0 143 63 3D
Octal 376 72 263 0 115 36 0 503 143 75
Binary 11111110 111010 10110011 0 1001101 11110 0 101000011 1100011 111101

Color Harmonies of #FE3AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3AB3

Black with #FE3AB3

Text Example


Text Example

White with #FE3AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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