Html Css Color HEX #FF5F9E Brilliant Rose

📋 copy color: '#FF5F9E'

red 255 ◦ green 95 ◦ blue 158

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

Shades of Brilliant Rose #FF5F9E

Tints of Brilliant Rose #FF5F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 50.2%
G = 18.7%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF5F9E (or 0xFF5F9E) is known color: Brilliant Rose. HEX triplet: FF, 5F and 9E. RGB value is (255,95,158). Sum of RGB (Red+Green+Blue) = 255+95+158=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F9E is #00A061. Grayscale: #959595. Windows color (decimal): -41058 or 10379263. OLE color: 10379263.

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

Color convert

RGB 255 95 158 -
CMYK 0 0.63 0.38 0
HSL 336.38º 1% 0.69% -
HSV(B) 336.38º 0.63% 1% -
XYZ 51.5 31.91 35.79 -
YUV 150.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 255 95 158 0 0.63 0.38 0 336.38 1 0.69
Hex FF 5F 9E 0 3F 26 0 150 64 45
Octal 377 137 236 0 77 46 0 520 144 105
Binary 11111111 1011111 10011110 0 111111 100110 0 101010000 1100100 1000101

Color Harmonies of #FF5F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F9E

Black with #FF5F9E

Text Example


Text Example

White with #FF5F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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