Html Css Color HEX #FF60A0 Brilliant Rose

📋 copy color: '#FF60A0'

red 255 ◦ green 96 ◦ blue 160

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

Shades of Brilliant Rose #FF60A0

Tints of Brilliant Rose #FF60A0

RGB

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

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

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

R = 49.9%
G = 18.79%
B = 31.31%

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

#FF60A0 (or 0xFF60A0) is known color: Brilliant Rose. HEX triplet: FF, 60 and A0. RGB value is (255,96,160). Sum of RGB (Red+Green+Blue) = 255+96+160=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60A0 is #009F5F. Grayscale: #969696. Windows color (decimal): -40800 or 10510591. OLE color: 10510591.

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

Color convert

RGB 255 96 160 -
CMYK 0 0.62 0.37 0
HSL 335.85º 1% 0.69% -
HSV(B) 335.85º 0.62% 1% -
XYZ 51.77 32.16 36.74 -
YUV 150.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 255 96 160 0 0.62 0.37 0 335.85 1 0.69
Hex FF 60 A0 0 3E 25 0 150 64 45
Octal 377 140 240 0 76 45 0 520 144 105
Binary 11111111 1100000 10100000 0 111110 100101 0 101010000 1100100 1000101

Color Harmonies of #FF60A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60A0

Black with #FF60A0

Text Example


Text Example

White with #FF60A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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