Html Css Color HEX #FE58AF Brilliant Rose

📋 copy color: '#FE58AF'

red 254 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #FE58AF

Tints of Brilliant Rose #FE58AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.02%

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

R = 49.13%
G = 17.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE58AF (or 0xFE58AF) is known color: Brilliant Rose. HEX triplet: FE, 58 and AF. RGB value is (254,88,175). Sum of RGB (Red+Green+Blue) = 254+88+175=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58AF is #01A750. Grayscale: #939393. Windows color (decimal): -108369 or 11491582. OLE color: 11491582.

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

Color convert

RGB 254 88 175 -
CMYK 0 0.65 0.31 0.00
HSL 328.55º 0.99% 0.67% -
HSV(B) 328.55º 0.65% 1% -
XYZ 52.1 31.15 43.82 -
YUV 147.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 254 88 175 0 0.65 0.31 0.00 328.55 0.99 0.67
Hex FE 58 AF 0 41 1F 0 149 63 43
Octal 376 130 257 0 101 37 0 511 143 103
Binary 11111110 1011000 10101111 0 1000001 11111 0 101001001 1100011 1000011

Color Harmonies of #FE58AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58AF

Black with #FE58AF

Text Example


Text Example

White with #FE58AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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