Html Css Color HEX #FF7075 Brink Pink

📋 copy color: '#FF7075'

red 255 ◦ green 112 ◦ blue 117

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

Shades of Brink Pink #FF7075

Tints of Brink Pink #FF7075

RGB

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

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

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

R = 52.69%
G = 23.14%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7075 (or 0xFF7075) is known color: Brink Pink. HEX triplet: FF, 70 and 75. RGB value is (255,112,117). Sum of RGB (Red+Green+Blue) = 255+112+117=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7075 is #008F8A. Grayscale: #9B9B9B. Windows color (decimal): -36747 or 7696639. OLE color: 7696639.

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

Color convert

RGB 255 112 117 -
CMYK 0 0.56 0.54 0
HSL 357.9º 1% 0.72% -
HSV(B) 357.9º 0.56% 1% -
XYZ 50.25 34.13 20.77 -
YUV 155.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 255 112 117 0 0.56 0.54 0 357.9 1 0.72
Hex FF 70 75 0 38 36 0 166 64 48
Octal 377 160 165 0 70 66 0 546 144 110
Binary 11111111 1110000 1110101 0 111000 110110 0 101100110 1100100 1001000

Color Harmonies of #FF7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7075

Black with #FF7075

Text Example


Text Example

White with #FF7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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