Html Css Color HEX #F1607F Brink Pink

📋 copy color: '#F1607F'

red 241 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #F1607F

Tints of Brink Pink #F1607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 51.94%
G = 20.69%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1607F (or 0xF1607F) is known color: Brink Pink. HEX triplet: F1, 60 and 7F. RGB value is (241,96,127). Sum of RGB (Red+Green+Blue) = 241+96+127=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607F is #0E9F80. Grayscale: #8E8E8E. Windows color (decimal): -958337 or 8347889. OLE color: 8347889.

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

Color convert

RGB 241 96 127 -
CMYK 0 0.60 0.47 0.05
HSL 347.17º 0.84% 0.66% -
HSV(B) 347.17º 0.6% 0.95% -
XYZ 44.29 28.6 23.26 -
YUV 142.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 241 96 127 0 0.60 0.47 0.05 347.17 0.84 0.66
Hex F1 60 7F 0 3C 2F 5 15B 54 42
Octal 361 140 177 0 74 57 5 533 124 102
Binary 11110001 1100000 1111111 0 111100 101111 101 101011011 1010100 1000010

Color Harmonies of #F1607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1607F

Black with #F1607F

Text Example


Text Example

White with #F1607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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