Html Css Color HEX #F1607C Brink Pink

📋 copy color: '#F1607C'

red 241 ◦ green 96 ◦ blue 124

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

Shades of Brink Pink #F1607C

Tints of Brink Pink #F1607C

RGB

 RED value IS 241 (94.53% from 255) = 52.28%

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

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 52.28%
G = 20.82%
B = 26.9%

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

#F1607C (or 0xF1607C) is known color: Brink Pink. HEX triplet: F1, 60 and 7C. RGB value is (241,96,124). Sum of RGB (Red+Green+Blue) = 241+96+124=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607C is #0E9F83. Grayscale: #8E8E8E. Windows color (decimal): -958340 or 8151281. OLE color: 8151281.

HSL color Cylindrical-coordinate representation of color #F1607C: hue angle of 348.41º degrees, saturation: 0.84, 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 #F1607C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 124 -
CMYK 0 0.60 0.49 0.05
HSL 348.41º 0.84% 0.66% -
HSV(B) 348.41º 0.6% 0.95% -
XYZ 44.1 28.52 22.25 -
YUV 142.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 241 96 124 0 0.60 0.49 0.05 348.41 0.84 0.66
Hex F1 60 7C 0 3C 31 5 15C 54 42
Octal 361 140 174 0 74 61 5 534 124 102
Binary 11110001 1100000 1111100 0 111100 110001 101 101011100 1010100 1000010

Color Harmonies of #F1607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1607C

Black with #F1607C

Text Example


Text Example

White with #F1607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1607C; }

 p { color: rgb(241,96,124); }

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

background-color css

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

 a { background-color: rgb(241,96,124); }

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

border-color css

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

 span { border-color: rgb(241,96,124); }

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