Html Css Color HEX #FE49B4 Brilliant Rose

📋 copy color: '#FE49B4'

red 254 ◦ green 73 ◦ blue 180

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

Shades of Brilliant Rose #FE49B4

Tints of Brilliant Rose #FE49B4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.4%

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 50.1%
G = 14.4%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE49B4 (or 0xFE49B4) is known color: Brilliant Rose. HEX triplet: FE, 49 and B4. RGB value is (254,73,180). Sum of RGB (Red+Green+Blue) = 254+73+180=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49B4 is #01B64B. Grayscale: #8B8B8B. Windows color (decimal): -112204 or 11815422. OLE color: 11815422.

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

Color convert

RGB 254 73 180 -
CMYK 0 0.71 0.29 0.00
HSL 324.53º 0.99% 0.64% -
HSV(B) 324.53º 0.71% 1% -
XYZ 51.49 29.13 46.09 -
YUV 139.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 254 73 180 0 0.71 0.29 0.00 324.53 0.99 0.64
Hex FE 49 B4 0 47 1D 0 145 63 40
Octal 376 111 264 0 107 35 0 505 143 100
Binary 11111110 1001001 10110100 0 1000111 11101 0 101000101 1100011 1000000

Color Harmonies of #FE49B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49B4

Black with #FE49B4

Text Example


Text Example

White with #FE49B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49B4; }

 p { color: rgb(254,73,180); }

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

background-color css

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

 a { background-color: rgb(254,73,180); }

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

border-color css

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

 span { border-color: rgb(254,73,180); }

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