Html Css Color HEX #FF6496 Brilliant Rose

📋 copy color: '#FF6496'

red 255 ◦ green 100 ◦ blue 150

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

Shades of Brilliant Rose #FF6496

Tints of Brilliant Rose #FF6496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.8%

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

R = 50.5%
G = 19.8%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF6496 (or 0xFF6496) is known color: Brilliant Rose. HEX triplet: FF, 64 and 96. RGB value is (255,100,150). Sum of RGB (Red+Green+Blue) = 255+100+150=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6496 is #009B69. Grayscale: #989898. Windows color (decimal): -39786 or 9856255. OLE color: 9856255.

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

Color convert

RGB 255 100 150 -
CMYK 0 0.61 0.41 0
HSL 340.65º 1% 0.7% -
HSV(B) 340.65º 0.61% 1% -
XYZ 51.3 32.58 32.44 -
YUV 152.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 255 100 150 0 0.61 0.41 0 340.65 1 0.7
Hex FF 64 96 0 3D 29 0 155 64 46
Octal 377 144 226 0 75 51 0 525 144 106
Binary 11111111 1100100 10010110 0 111101 101001 0 101010101 1100100 1000110

Color Harmonies of #FF6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6496

Black with #FF6496

Text Example


Text Example

White with #FF6496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6496; }

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

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

background-color css

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

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

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

border-color css

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

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

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