Html Css Color HEX #FF7278 Brink Pink

📋 copy color: '#FF7278'

red 255 ◦ green 114 ◦ blue 120

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

Shades of Brink Pink #FF7278

Tints of Brink Pink #FF7278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 52.15%
G = 23.31%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7278 (or 0xFF7278) is known color: Brink Pink. HEX triplet: FF, 72 and 78. RGB value is (255,114,120). Sum of RGB (Red+Green+Blue) = 255+114+120=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7278 is #008D87. Grayscale: #9C9C9C. Windows color (decimal): -36232 or 7893759. OLE color: 7893759.

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

Color convert

RGB 255 114 120 -
CMYK 0 0.55 0.53 0
HSL 357.45º 1% 0.72% -
HSV(B) 357.45º 0.55% 1% -
XYZ 50.65 34.65 21.79 -
YUV 156.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 255 114 120 0 0.55 0.53 0 357.45 1 0.72
Hex FF 72 78 0 37 35 0 165 64 48
Octal 377 162 170 0 67 65 0 545 144 110
Binary 11111111 1110010 1111000 0 110111 110101 0 101100101 1100100 1001000

Color Harmonies of #FF7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7278

Black with #FF7278

Text Example


Text Example

White with #FF7278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7278; }

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

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

background-color css

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

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

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

border-color css

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

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

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