Html Css Color HEX #FF6493 Brink Pink

📋 copy color: '#FF6493'

red 255 ◦ green 100 ◦ blue 147

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

Shades of Brink Pink #FF6493

Tints of Brink Pink #FF6493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 50.8%
G = 19.92%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6493 (or 0xFF6493) is known color: Brink Pink. HEX triplet: FF, 64 and 93. RGB value is (255,100,147). Sum of RGB (Red+Green+Blue) = 255+100+147=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6493 is #009B6C. Grayscale: #979797. Windows color (decimal): -39789 or 9659647. OLE color: 9659647.

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

Color convert

RGB 255 100 147 -
CMYK 0 0.61 0.42 0
HSL 341.81º 1% 0.7% -
HSV(B) 341.81º 0.61% 1% -
XYZ 51.06 32.48 31.18 -
YUV 151.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 255 100 147 0 0.61 0.42 0 341.81 1 0.7
Hex FF 64 93 0 3D 2A 0 156 64 46
Octal 377 144 223 0 75 52 0 526 144 106
Binary 11111111 1100100 10010011 0 111101 101010 0 101010110 1100100 1000110

Color Harmonies of #FF6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6493

Black with #FF6493

Text Example


Text Example

White with #FF6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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