Html Css Color HEX #FF5FA0 Brilliant Rose

📋 copy color: '#FF5FA0'

red 255 ◦ green 95 ◦ blue 160

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

Shades of Brilliant Rose #FF5FA0

Tints of Brilliant Rose #FF5FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 50%
G = 18.63%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF5FA0 (or 0xFF5FA0) is known color: Brilliant Rose. HEX triplet: FF, 5F and A0. RGB value is (255,95,160). Sum of RGB (Red+Green+Blue) = 255+95+160=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FA0 is #00A05F. Grayscale: #969696. Windows color (decimal): -41056 or 10510335. OLE color: 10510335.

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

Color convert

RGB 255 95 160 -
CMYK 0 0.63 0.37 0
HSL 335.63º 1% 0.69% -
HSV(B) 335.63º 0.63% 1% -
XYZ 51.68 31.98 36.71 -
YUV 150.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 255 95 160 0 0.63 0.37 0 335.63 1 0.69
Hex FF 5F A0 0 3F 25 0 150 64 45
Octal 377 137 240 0 77 45 0 520 144 105
Binary 11111111 1011111 10100000 0 111111 100101 0 101010000 1100100 1000101

Color Harmonies of #FF5FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FA0

Black with #FF5FA0

Text Example


Text Example

White with #FF5FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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