Html Css Color HEX #FF5894 Brilliant Rose

📋 copy color: '#FF5894'

red 255 ◦ green 88 ◦ blue 148

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

Shades of Brilliant Rose #FF5894

Tints of Brilliant Rose #FF5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.92%

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 51.93%
G = 17.92%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF5894 (or 0xFF5894) is known color: Brilliant Rose. HEX triplet: FF, 58 and 94. RGB value is (255,88,148). Sum of RGB (Red+Green+Blue) = 255+88+148=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5894 is #00A76B. Grayscale: #909090. Windows color (decimal): -42860 or 9722111. OLE color: 9722111.

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

Color convert

RGB 255 88 148 -
CMYK 0 0.65 0.42 0
HSL 338.44º 1% 0.67% -
HSV(B) 338.44º 0.65% 1% -
XYZ 50.08 30.38 31.24 -
YUV 144.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 255 88 148 0 0.65 0.42 0 338.44 1 0.67
Hex FF 58 94 0 41 2A 0 152 64 43
Octal 377 130 224 0 101 52 0 522 144 103
Binary 11111111 1011000 10010100 0 1000001 101010 0 101010010 1100100 1000011

Color Harmonies of #FF5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5894

Black with #FF5894

Text Example


Text Example

White with #FF5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5894; }

 p { color: rgb(255,88,148); }

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

background-color css

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

 a { background-color: rgb(255,88,148); }

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

border-color css

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

 span { border-color: rgb(255,88,148); }

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