Html Css Color HEX #FE55AF Brilliant Rose

📋 copy color: '#FE55AF'

red 254 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #FE55AF

Tints of Brilliant Rose #FE55AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.54%

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

R = 49.42%
G = 16.54%
B = 34.05%

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

#FE55AF (or 0xFE55AF) is known color: Brilliant Rose. HEX triplet: FE, 55 and AF. RGB value is (254,85,175). Sum of RGB (Red+Green+Blue) = 254+85+175=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55AF is #01AA50. Grayscale: #919191. Windows color (decimal): -109137 or 11490814. OLE color: 11490814.

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

Color convert

RGB 254 85 175 -
CMYK 0 0.67 0.31 0.00
HSL 328.05º 0.99% 0.66% -
HSV(B) 328.05º 0.67% 1% -
XYZ 51.86 30.66 43.74 -
YUV 145.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 254 85 175 0 0.67 0.31 0.00 328.05 0.99 0.66
Hex FE 55 AF 0 43 1F 0 148 63 42
Octal 376 125 257 0 103 37 0 510 143 102
Binary 11111110 1010101 10101111 0 1000011 11111 0 101001000 1100011 1000010

Color Harmonies of #FE55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55AF

Black with #FE55AF

Text Example


Text Example

White with #FE55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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