Html Css Color HEX #F6559B Brilliant Rose

📋 copy color: '#F6559B'

red 246 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #F6559B

Tints of Brilliant Rose #F6559B

RGB

 RED value IS 246 (96.48% from 255) = 50.62%

 GREEN value IS 85 (33.59% from 255) = 17.49%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 50.62%
G = 17.49%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6559B (or 0xF6559B) is known color: Brilliant Rose. HEX triplet: F6, 55 and 9B. RGB value is (246,85,155). Sum of RGB (Red+Green+Blue) = 246+85+155=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6559B is #09AA64. Grayscale: #8D8D8D. Windows color (decimal): -633445 or 10180086. OLE color: 10180086.

HSL color Cylindrical-coordinate representation of color #F6559B: hue angle of 333.91º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6559B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 155 -
CMYK 0 0.65 0.37 0.04
HSL 333.91º 0.9% 0.65% -
HSV(B) 333.91º 0.65% 0.96% -
XYZ 47.17 28.46 34.02 -
YUV 141.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 246 85 155 0 0.65 0.37 0.04 333.91 0.9 0.65
Hex F6 55 9B 0 41 25 4 14E 5A 41
Octal 366 125 233 0 101 45 4 516 132 101
Binary 11110110 1010101 10011011 0 1000001 100101 100 101001110 1011010 1000001

Color Harmonies of #F6559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6559B

Black with #F6559B

Text Example


Text Example

White with #F6559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6559B; }

 p { color: rgb(246,85,155); }

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

background-color css

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

 a { background-color: rgb(246,85,155); }

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

border-color css

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

 span { border-color: rgb(246,85,155); }

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