Html Css Color HEX #FF7275 Brink Pink

📋 copy color: '#FF7275'

red 255 ◦ green 114 ◦ blue 117

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

Shades of Brink Pink #FF7275

Tints of Brink Pink #FF7275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 52.47%
G = 23.46%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7275 (or 0xFF7275) is known color: Brink Pink. HEX triplet: FF, 72 and 75. RGB value is (255,114,117). Sum of RGB (Red+Green+Blue) = 255+114+117=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7275 is #008D8A. Grayscale: #9C9C9C. Windows color (decimal): -36235 or 7697151. OLE color: 7697151.

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

Color convert

RGB 255 114 117 -
CMYK 0 0.55 0.54 0
HSL 358.72º 1% 0.72% -
HSV(B) 358.72º 0.55% 1% -
XYZ 50.47 34.58 20.84 -
YUV 156.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 255 114 117 0 0.55 0.54 0 358.72 1 0.72
Hex FF 72 75 0 37 36 0 167 64 48
Octal 377 162 165 0 67 66 0 547 144 110
Binary 11111111 1110010 1110101 0 110111 110110 0 101100111 1100100 1001000

Color Harmonies of #FF7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7275

Black with #FF7275

Text Example


Text Example

White with #FF7275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7275; }

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

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

background-color css

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

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

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

border-color css

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

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

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