Html Css Color HEX #FF7288 Brink Pink

📋 copy color: '#FF7288'

red 255 ◦ green 114 ◦ blue 136

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

Shades of Brink Pink #FF7288

Tints of Brink Pink #FF7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

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

R = 50.5%
G = 22.57%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF7288 (or 0xFF7288) is known color: Brink Pink. HEX triplet: FF, 72 and 88. RGB value is (255,114,136). Sum of RGB (Red+Green+Blue) = 255+114+136=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7288 is #008D77. Grayscale: #9E9E9E. Windows color (decimal): -36216 or 8942335. OLE color: 8942335.

HSL color Cylindrical-coordinate representation of color #FF7288: hue angle of 350.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7288 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 136 -
CMYK 0 0.55 0.47 0
HSL 350.64º 1% 0.72% -
HSV(B) 350.64º 0.55% 1% -
XYZ 51.7 35.07 27.34 -
YUV 158.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 255 114 136 0 0.55 0.47 0 350.64 1 0.72
Hex FF 72 88 0 37 2F 0 15F 64 48
Octal 377 162 210 0 67 57 0 537 144 110
Binary 11111111 1110010 10001000 0 110111 101111 0 101011111 1100100 1001000

Color Harmonies of #FF7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7288

Black with #FF7288

Text Example


Text Example

White with #FF7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7288; }

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

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

background-color css

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

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

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

border-color css

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

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

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