Html Css Color HEX #FE53B4 Brilliant Rose

📋 copy color: '#FE53B4'

red 254 ◦ green 83 ◦ blue 180

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

Shades of Brilliant Rose #FE53B4

Tints of Brilliant Rose #FE53B4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.05%

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

R = 49.13%
G = 16.05%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE53B4 (or 0xFE53B4) is known color: Brilliant Rose. HEX triplet: FE, 53 and B4. RGB value is (254,83,180). Sum of RGB (Red+Green+Blue) = 254+83+180=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53B4 is #01AC4B. Grayscale: #909090. Windows color (decimal): -109644 or 11817982. OLE color: 11817982.

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

Color convert

RGB 254 83 180 -
CMYK 0 0.67 0.29 0.00
HSL 325.96º 0.99% 0.66% -
HSV(B) 325.96º 0.67% 1% -
XYZ 52.2 30.55 46.33 -
YUV 145.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 254 83 180 0 0.67 0.29 0.00 325.96 0.99 0.66
Hex FE 53 B4 0 43 1D 0 146 63 42
Octal 376 123 264 0 103 35 0 506 143 102
Binary 11111110 1010011 10110100 0 1000011 11101 0 101000110 1100011 1000010

Color Harmonies of #FE53B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53B4

Black with #FE53B4

Text Example


Text Example

White with #FE53B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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