Html Css Color HEX #FF54B4 Brilliant Rose

📋 copy color: '#FF54B4'

red 255 ◦ green 84 ◦ blue 180

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

Shades of Brilliant Rose #FF54B4

Tints of Brilliant Rose #FF54B4

RGB

 RED value IS 255 (100% from 255) = 49.13%

 GREEN value IS 84 (33.2% from 255) = 16.18%

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

R = 49.13%
G = 16.18%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF54B4 (or 0xFF54B4) is known color: Brilliant Rose. HEX triplet: FF, 54 and B4. RGB value is (255,84,180). Sum of RGB (Red+Green+Blue) = 255+84+180=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF54B4 is #00AB4B. Grayscale: #919191. Windows color (decimal): -43852 or 11818239. OLE color: 11818239.

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

Color convert

RGB 255 84 180 -
CMYK 0 0.67 0.29 0
HSL 326.32º 1% 0.66% -
HSV(B) 326.32º 0.67% 1% -
XYZ 52.65 30.9 46.37 -
YUV 146.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 255 84 180 0 0.67 0.29 0 326.32 1 0.66
Hex FF 54 B4 0 43 1D 0 146 64 42
Octal 377 124 264 0 103 35 0 506 144 102
Binary 11111111 1010100 10110100 0 1000011 11101 0 101000110 1100100 1000010

Color Harmonies of #FF54B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF54B4

Black with #FF54B4

Text Example


Text Example

White with #FF54B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF54B4; }

 p { color: rgb(255,84,180); }

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

background-color css

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

 a { background-color: rgb(255,84,180); }

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

border-color css

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

 span { border-color: rgb(255,84,180); }

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