Html Css Color HEX #FE53A4 Brilliant Rose

📋 copy color: '#FE53A4'

red 254 ◦ green 83 ◦ blue 164

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

Shades of Brilliant Rose #FE53A4

Tints of Brilliant Rose #FE53A4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.57%

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 50.7%
G = 16.57%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE53A4 (or 0xFE53A4) is known color: Brilliant Rose. HEX triplet: FE, 53 and A4. RGB value is (254,83,164). Sum of RGB (Red+Green+Blue) = 254+83+164=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE53A4 is #01AC5B. Grayscale: #8F8F8F. Windows color (decimal): -109660 or 10769406. OLE color: 10769406.

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

Color convert

RGB 254 83 164 -
CMYK 0 0.67 0.35 0.00
HSL 331.58º 0.99% 0.66% -
HSV(B) 331.58º 0.67% 1% -
XYZ 50.67 29.94 38.23 -
YUV 143.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 254 83 164 0 0.67 0.35 0.00 331.58 0.99 0.66
Hex FE 53 A4 0 43 23 0 14C 63 42
Octal 376 123 244 0 103 43 0 514 143 102
Binary 11111110 1010011 10100100 0 1000011 100011 0 101001100 1100011 1000010

Color Harmonies of #FE53A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53A4

Black with #FE53A4

Text Example


Text Example

White with #FE53A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53A4; }

 p { color: rgb(254,83,164); }

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

background-color css

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

 a { background-color: rgb(254,83,164); }

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

border-color css

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

 span { border-color: rgb(254,83,164); }

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