Html Css Color HEX #FF7A7E Brink Pink

📋 copy color: '#FF7A7E'

red 255 ◦ green 122 ◦ blue 126

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

Shades of Brink Pink #FF7A7E

Tints of Brink Pink #FF7A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.25%

 BLUE value IS 126 (49.61% from 255) = 25.05%

R = 50.7%
G = 24.25%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF7A7E (or 0xFF7A7E) is known color: Brink Pink. HEX triplet: FF, 7A and 7E. RGB value is (255,122,126). Sum of RGB (Red+Green+Blue) = 255+122+126=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A7E is #008581. Grayscale: #A2A2A2. Windows color (decimal): -34178 or 8289023. OLE color: 8289023.

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

Color convert

RGB 255 122 126 -
CMYK 0 0.52 0.51 0
HSL 358.2º 1% 0.74% -
HSV(B) 358.2º 0.52% 1% -
XYZ 51.97 36.69 24.08 -
YUV 162.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 255 122 126 0 0.52 0.51 0 358.2 1 0.74
Hex FF 7A 7E 0 34 33 0 166 64 4A
Octal 377 172 176 0 64 63 0 546 144 112
Binary 11111111 1111010 1111110 0 110100 110011 0 101100110 1100100 1001010

Color Harmonies of #FF7A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A7E

Black with #FF7A7E

Text Example


Text Example

White with #FF7A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A7E; }

 p { color: rgb(255,122,126); }

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

background-color css

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

 a { background-color: rgb(255,122,126); }

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

border-color css

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

 span { border-color: rgb(255,122,126); }

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