Html Css Color HEX #F7607B Brink Pink

📋 copy color: '#F7607B'

red 247 ◦ green 96 ◦ blue 123

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

Shades of Brink Pink #F7607B

Tints of Brink Pink #F7607B

RGB

 RED value IS 247 (96.88% from 255) = 53%

 GREEN value IS 96 (37.89% from 255) = 20.6%

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 53%
G = 20.6%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7607B (or 0xF7607B) is known color: Brink Pink. HEX triplet: F7, 60 and 7B. RGB value is (247,96,123). Sum of RGB (Red+Green+Blue) = 247+96+123=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7607B is #089F84. Grayscale: #909090. Windows color (decimal): -565125 or 8085751. OLE color: 8085751.

HSL color Cylindrical-coordinate representation of color #F7607B: hue angle of 349.27º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7607B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 123 -
CMYK 0 0.61 0.50 0.03
HSL 349.27º 0.9% 0.67% -
HSV(B) 349.27º 0.61% 0.97% -
XYZ 46.12 29.57 22.02 -
YUV 144.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 247 96 123 0 0.61 0.50 0.03 349.27 0.9 0.67
Hex F7 60 7B 0 3D 32 3 15D 5A 43
Octal 367 140 173 0 75 62 3 535 132 103
Binary 11110111 1100000 1111011 0 111101 110010 11 101011101 1011010 1000011

Color Harmonies of #F7607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7607B

Black with #F7607B

Text Example


Text Example

White with #F7607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7607B; }

 p { color: rgb(247,96,123); }

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

background-color css

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

 a { background-color: rgb(247,96,123); }

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

border-color css

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

 span { border-color: rgb(247,96,123); }

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