Html Css Color HEX #FF6491 Brink Pink

📋 copy color: '#FF6491'

red 255 ◦ green 100 ◦ blue 145

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

Shades of Brink Pink #FF6491

Tints of Brink Pink #FF6491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 51%
G = 20%
B = 29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF6491 (or 0xFF6491) is known color: Brink Pink. HEX triplet: FF, 64 and 91. RGB value is (255,100,145). Sum of RGB (Red+Green+Blue) = 255+100+145=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6491 is #009B6E. Grayscale: #979797. Windows color (decimal): -39791 or 9528575. OLE color: 9528575.

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

Color convert

RGB 255 100 145 -
CMYK 0 0.61 0.43 0
HSL 342.58º 1% 0.7% -
HSV(B) 342.58º 0.61% 1% -
XYZ 50.91 32.42 30.36 -
YUV 151.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 255 100 145 0 0.61 0.43 0 342.58 1 0.7
Hex FF 64 91 0 3D 2B 0 157 64 46
Octal 377 144 221 0 75 53 0 527 144 106
Binary 11111111 1100100 10010001 0 111101 101011 0 101010111 1100100 1000110

Color Harmonies of #FF6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6491

Black with #FF6491

Text Example


Text Example

White with #FF6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6491; }

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

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

background-color css

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

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

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

border-color css

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

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

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