Html Css Color HEX #FF5695 Brilliant Rose

📋 copy color: '#FF5695'

red 255 ◦ green 86 ◦ blue 149

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

Shades of Brilliant Rose #FF5695

Tints of Brilliant Rose #FF5695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.55%

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 52.04%
G = 17.55%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF5695 (or 0xFF5695) is known color: Brilliant Rose. HEX triplet: FF, 56 and 95. RGB value is (255,86,149). Sum of RGB (Red+Green+Blue) = 255+86+149=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5695 is #00A96A. Grayscale: #8F8F8F. Windows color (decimal): -43371 or 9787135. OLE color: 9787135.

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

Color convert

RGB 255 86 149 -
CMYK 0 0.66 0.42 0
HSL 337.63º 1% 0.67% -
HSV(B) 337.63º 0.66% 1% -
XYZ 49.99 30.09 31.61 -
YUV 143.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 255 86 149 0 0.66 0.42 0 337.63 1 0.67
Hex FF 56 95 0 42 2A 0 152 64 43
Octal 377 126 225 0 102 52 0 522 144 103
Binary 11111111 1010110 10010101 0 1000010 101010 0 101010010 1100100 1000011

Color Harmonies of #FF5695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5695

Black with #FF5695

Text Example


Text Example

White with #FF5695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5695; }

 p { color: rgb(255,86,149); }

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

background-color css

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

 a { background-color: rgb(255,86,149); }

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

border-color css

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

 span { border-color: rgb(255,86,149); }

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