Html Css Color HEX #FF7090 Brink Pink

📋 copy color: '#FF7090'

red 255 ◦ green 112 ◦ blue 144

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

Shades of Brink Pink #FF7090

Tints of Brink Pink #FF7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.92%

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 49.9%
G = 21.92%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF7090 (or 0xFF7090) is known color: Brink Pink. HEX triplet: FF, 70 and 90. RGB value is (255,112,144). Sum of RGB (Red+Green+Blue) = 255+112+144=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7090 is #008F6F. Grayscale: #9E9E9E. Windows color (decimal): -36720 or 9466111. OLE color: 9466111.

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

Color convert

RGB 255 112 144 -
CMYK 0 0.56 0.44 0
HSL 346.57º 1% 0.72% -
HSV(B) 346.57º 0.56% 1% -
XYZ 52.07 34.86 30.37 -
YUV 158.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 255 112 144 0 0.56 0.44 0 346.57 1 0.72
Hex FF 70 90 0 38 2C 0 15B 64 48
Octal 377 160 220 0 70 54 0 533 144 110
Binary 11111111 1110000 10010000 0 111000 101100 0 101011011 1100100 1001000

Color Harmonies of #FF7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7090

Black with #FF7090

Text Example


Text Example

White with #FF7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7090; }

 p { color: rgb(255,112,144); }

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

background-color css

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

 a { background-color: rgb(255,112,144); }

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

border-color css

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

 span { border-color: rgb(255,112,144); }

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