Html Css Color HEX #FF6488 Brink Pink

📋 copy color: '#FF6488'

red 255 ◦ green 100 ◦ blue 136

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

Shades of Brink Pink #FF6488

Tints of Brink Pink #FF6488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 51.93%
G = 20.37%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6488 (or 0xFF6488) is known color: Brink Pink. HEX triplet: FF, 64 and 88. RGB value is (255,100,136). Sum of RGB (Red+Green+Blue) = 255+100+136=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6488 is #009B77. Grayscale: #969696. Windows color (decimal): -39800 or 8938751. OLE color: 8938751.

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

Color convert

RGB 255 100 136 -
CMYK 0 0.61 0.47 0
HSL 346.06º 1% 0.7% -
HSV(B) 346.06º 0.61% 1% -
XYZ 50.24 32.15 26.85 -
YUV 150.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 255 100 136 0 0.61 0.47 0 346.06 1 0.7
Hex FF 64 88 0 3D 2F 0 15A 64 46
Octal 377 144 210 0 75 57 0 532 144 106
Binary 11111111 1100100 10001000 0 111101 101111 0 101011010 1100100 1000110

Color Harmonies of #FF6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6488

Black with #FF6488

Text Example


Text Example

White with #FF6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6488; }

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

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

background-color css

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

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

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

border-color css

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

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

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