Html Css Color HEX #FF5F99 Brilliant Rose

📋 copy color: '#FF5F99'

red 255 ◦ green 95 ◦ blue 153

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

Shades of Brilliant Rose #FF5F99

Tints of Brilliant Rose #FF5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.89%

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 50.7%
G = 18.89%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF5F99 (or 0xFF5F99) is known color: Brilliant Rose. HEX triplet: FF, 5F and 99. RGB value is (255,95,153). Sum of RGB (Red+Green+Blue) = 255+95+153=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F99 is #00A066. Grayscale: #959595. Windows color (decimal): -41063 or 10051583. OLE color: 10051583.

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

Color convert

RGB 255 95 153 -
CMYK 0 0.63 0.4 0
HSL 338.25º 1% 0.69% -
HSV(B) 338.25º 0.63% 1% -
XYZ 51.08 31.74 33.57 -
YUV 149.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 255 95 153 0 0.63 0.4 0 338.25 1 0.69
Hex FF 5F 99 0 3F 28 0 152 64 45
Octal 377 137 231 0 77 50 0 522 144 105
Binary 11111111 1011111 10011001 0 111111 101000 0 101010010 1100100 1000101

Color Harmonies of #FF5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F99

Black with #FF5F99

Text Example


Text Example

White with #FF5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F99; }

 p { color: rgb(255,95,153); }

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

background-color css

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

 a { background-color: rgb(255,95,153); }

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

border-color css

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

 span { border-color: rgb(255,95,153); }

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