Html Css Color HEX #FF648E Brink Pink

📋 copy color: '#FF648E'

red 255 ◦ green 100 ◦ blue 142

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

Shades of Brink Pink #FF648E

Tints of Brink Pink #FF648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 51.31%
G = 20.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF648E (or 0xFF648E) is known color: Brink Pink. HEX triplet: FF, 64 and 8E. RGB value is (255,100,142). Sum of RGB (Red+Green+Blue) = 255+100+142=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF648E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF648E is #009B71. Grayscale: #979797. Windows color (decimal): -39794 or 9331967. OLE color: 9331967.

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

Color convert

RGB 255 100 142 -
CMYK 0 0.61 0.44 0
HSL 343.74º 1% 0.7% -
HSV(B) 343.74º 0.61% 1% -
XYZ 50.68 32.33 29.16 -
YUV 151.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 255 100 142 0 0.61 0.44 0 343.74 1 0.7
Hex FF 64 8E 0 3D 2C 0 158 64 46
Octal 377 144 216 0 75 54 0 530 144 106
Binary 11111111 1100100 10001110 0 111101 101100 0 101011000 1100100 1000110

Color Harmonies of #FF648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF648E

Black with #FF648E

Text Example


Text Example

White with #FF648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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