Html Css Color HEX #FF648F Brink Pink

📋 copy color: '#FF648F'

red 255 ◦ green 100 ◦ blue 143

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

Shades of Brink Pink #FF648F

Tints of Brink Pink #FF648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 51.2%
G = 20.08%
B = 28.71%

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

#FF648F (or 0xFF648F) is known color: Brink Pink. HEX triplet: FF, 64 and 8F. RGB value is (255,100,143). Sum of RGB (Red+Green+Blue) = 255+100+143=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF648F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF648F is #009B70. Grayscale: #979797. Windows color (decimal): -39793 or 9397503. OLE color: 9397503.

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

Color convert

RGB 255 100 143 -
CMYK 0 0.61 0.44 0
HSL 343.35º 1% 0.7% -
HSV(B) 343.35º 0.61% 1% -
XYZ 50.76 32.36 29.56 -
YUV 151.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 255 100 143 0 0.61 0.44 0 343.35 1 0.7
Hex FF 64 8F 0 3D 2C 0 157 64 46
Octal 377 144 217 0 75 54 0 527 144 106
Binary 11111111 1100100 10001111 0 111101 101100 0 101010111 1100100 1000110

Color Harmonies of #FF648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF648F

Black with #FF648F

Text Example


Text Example

White with #FF648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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