Html Css Color HEX #FF5F96 Brilliant Rose

📋 copy color: '#FF5F96'

red 255 ◦ green 95 ◦ blue 150

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

Shades of Brilliant Rose #FF5F96

Tints of Brilliant Rose #FF5F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 51%
G = 19%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5F96 (or 0xFF5F96) is known color: Brilliant Rose. HEX triplet: FF, 5F and 96. RGB value is (255,95,150). Sum of RGB (Red+Green+Blue) = 255+95+150=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F96 is #00A069. Grayscale: #959595. Windows color (decimal): -41066 or 9854975. OLE color: 9854975.

HSL color Cylindrical-coordinate representation of color #FF5F96: hue angle of 339.38º 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 #FF5F96 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 150 -
CMYK 0 0.63 0.41 0
HSL 339.38º 1% 0.69% -
HSV(B) 339.38º 0.63% 1% -
XYZ 50.84 31.65 32.28 -
YUV 149.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 255 95 150 0 0.63 0.41 0 339.38 1 0.69
Hex FF 5F 96 0 3F 29 0 153 64 45
Octal 377 137 226 0 77 51 0 523 144 105
Binary 11111111 1011111 10010110 0 111111 101001 0 101010011 1100100 1000101

Color Harmonies of #FF5F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F96

Black with #FF5F96

Text Example


Text Example

White with #FF5F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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