Html Css Color HEX #FF60A1 Brilliant Rose

📋 copy color: '#FF60A1'

red 255 ◦ green 96 ◦ blue 161

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

Shades of Brilliant Rose #FF60A1

Tints of Brilliant Rose #FF60A1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 161 (63.28% from 255) = 31.45%

R = 49.8%
G = 18.75%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF60A1 (or 0xFF60A1) is known color: Brilliant Rose. HEX triplet: FF, 60 and A1. RGB value is (255,96,161). Sum of RGB (Red+Green+Blue) = 255+96+161=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60A1 is #009F5E. Grayscale: #969696. Windows color (decimal): -40799 or 10576127. OLE color: 10576127.

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

Color convert

RGB 255 96 161 -
CMYK 0 0.62 0.37 0
HSL 335.47º 1% 0.69% -
HSV(B) 335.47º 0.62% 1% -
XYZ 51.86 32.2 37.2 -
YUV 150.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 255 96 161 0 0.62 0.37 0 335.47 1 0.69
Hex FF 60 A1 0 3E 25 0 14F 64 45
Octal 377 140 241 0 76 45 0 517 144 105
Binary 11111111 1100000 10100001 0 111110 100101 0 101001111 1100100 1000101

Color Harmonies of #FF60A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60A1

Black with #FF60A1

Text Example


Text Example

White with #FF60A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60A1; }

 p { color: rgb(255,96,161); }

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

background-color css

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

 a { background-color: rgb(255,96,161); }

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

border-color css

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

 span { border-color: rgb(255,96,161); }

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