Html Css Color HEX #FE53AF Brilliant Rose

📋 copy color: '#FE53AF'

red 254 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #FE53AF

Tints of Brilliant Rose #FE53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 49.61%
G = 16.21%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE53AF (or 0xFE53AF) is known color: Brilliant Rose. HEX triplet: FE, 53 and AF. RGB value is (254,83,175). Sum of RGB (Red+Green+Blue) = 254+83+175=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE53AF is #01AC50. Grayscale: #909090. Windows color (decimal): -109649 or 11490302. OLE color: 11490302.

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

Color convert

RGB 254 83 175 -
CMYK 0 0.67 0.31 0.00
HSL 327.72º 0.99% 0.66% -
HSV(B) 327.72º 0.67% 1% -
XYZ 51.7 30.35 43.69 -
YUV 144.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 254 83 175 0 0.67 0.31 0.00 327.72 0.99 0.66
Hex FE 53 AF 0 43 1F 0 148 63 42
Octal 376 123 257 0 103 37 0 510 143 102
Binary 11111110 1010011 10101111 0 1000011 11111 0 101001000 1100011 1000010

Color Harmonies of #FE53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53AF

Black with #FE53AF

Text Example


Text Example

White with #FE53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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