Html Css Color HEX #FE44AF Brilliant Rose

📋 copy color: '#FE44AF'

red 254 ◦ green 68 ◦ blue 175

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

Shades of Brilliant Rose #FE44AF

Tints of Brilliant Rose #FE44AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.68%

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

R = 51.11%
G = 13.68%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE44AF (or 0xFE44AF) is known color: Brilliant Rose. HEX triplet: FE, 44 and AF. RGB value is (254,68,175). Sum of RGB (Red+Green+Blue) = 254+68+175=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44AF is #01BB50. Grayscale: #878787. Windows color (decimal): -113489 or 11486462. OLE color: 11486462.

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

Color convert

RGB 254 68 175 -
CMYK 0 0.73 0.31 0.00
HSL 325.48º 0.99% 0.63% -
HSV(B) 325.48º 0.73% 1% -
XYZ 50.68 28.3 43.35 -
YUV 135.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 254 68 175 0 0.73 0.31 0.00 325.48 0.99 0.63
Hex FE 44 AF 0 49 1F 0 145 63 3F
Octal 376 104 257 0 111 37 0 505 143 77
Binary 11111110 1000100 10101111 0 1001001 11111 0 101000101 1100011 111111

Color Harmonies of #FE44AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44AF

Black with #FE44AF

Text Example


Text Example

White with #FE44AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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