Html Css Color HEX #F2607B Brink Pink

📋 copy color: '#F2607B'

red 242 ◦ green 96 ◦ blue 123

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

Shades of Brink Pink #F2607B

Tints of Brink Pink #F2607B

RGB

 RED value IS 242 (94.92% from 255) = 52.49%

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

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

R = 52.49%
G = 20.82%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2607B (or 0xF2607B) is known color: Brink Pink. HEX triplet: F2, 60 and 7B. RGB value is (242,96,123). Sum of RGB (Red+Green+Blue) = 242+96+123=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2607B is #0D9F84. Grayscale: #8E8E8E. Windows color (decimal): -892805 or 8085746. OLE color: 8085746.

HSL color Cylindrical-coordinate representation of color #F2607B: hue angle of 348.9º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2607B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 123 -
CMYK 0 0.60 0.49 0.05
HSL 348.9º 0.85% 0.66% -
HSV(B) 348.9º 0.6% 0.95% -
XYZ 44.38 28.67 21.93 -
YUV 142.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 242 96 123 0 0.60 0.49 0.05 348.9 0.85 0.66
Hex F2 60 7B 0 3C 31 5 15D 55 42
Octal 362 140 173 0 74 61 5 535 125 102
Binary 11110010 1100000 1111011 0 111100 110001 101 101011101 1010101 1000010

Color Harmonies of #F2607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2607B

Black with #F2607B

Text Example


Text Example

White with #F2607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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