Html Css Color HEX #FF7274 Brink Pink

📋 copy color: '#FF7274'

red 255 ◦ green 114 ◦ blue 116

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

Shades of Brink Pink #FF7274

Tints of Brink Pink #FF7274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 52.58%
G = 23.51%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF7274 (or 0xFF7274) is known color: Brink Pink. HEX triplet: FF, 72 and 74. RGB value is (255,114,116). Sum of RGB (Red+Green+Blue) = 255+114+116=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7274 is #008D8B. Grayscale: #9C9C9C. Windows color (decimal): -36236 or 7631615. OLE color: 7631615.

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

Color convert

RGB 255 114 116 -
CMYK 0 0.55 0.55 0
HSL 359.15º 1% 0.72% -
HSV(B) 359.15º 0.55% 1% -
XYZ 50.41 34.56 20.54 -
YUV 156.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 255 114 116 0 0.55 0.55 0 359.15 1 0.72
Hex FF 72 74 0 37 37 0 167 64 48
Octal 377 162 164 0 67 67 0 547 144 110
Binary 11111111 1110010 1110100 0 110111 110111 0 101100111 1100100 1001000

Color Harmonies of #FF7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7274

Black with #FF7274

Text Example


Text Example

White with #FF7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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