Html Css Color HEX #FE44A4 Brilliant Rose

📋 copy color: '#FE44A4'

red 254 ◦ green 68 ◦ blue 164

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

Shades of Brilliant Rose #FE44A4

Tints of Brilliant Rose #FE44A4

RGB

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

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

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

R = 52.26%
G = 13.99%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE44A4 (or 0xFE44A4) is known color: Brilliant Rose. HEX triplet: FE, 44 and A4. RGB value is (254,68,164). Sum of RGB (Red+Green+Blue) = 254+68+164=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44A4 is #01BB5B. Grayscale: #868686. Windows color (decimal): -113500 or 10765566. OLE color: 10765566.

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

Color convert

RGB 254 68 164 -
CMYK 0 0.73 0.35 0.00
HSL 329.03º 0.99% 0.63% -
HSV(B) 329.03º 0.73% 1% -
XYZ 49.64 27.89 37.89 -
YUV 134.56 144.62 213.19 -
System Red Green Blue C M Y K H S L
Decimal 254 68 164 0 0.73 0.35 0.00 329.03 0.99 0.63
Hex FE 44 A4 0 49 23 0 149 63 3F
Octal 376 104 244 0 111 43 0 511 143 77
Binary 11111110 1000100 10100100 0 1001001 100011 0 101001001 1100011 111111

Color Harmonies of #FE44A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44A4

Black with #FE44A4

Text Example


Text Example

White with #FE44A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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