Html Css Color HEX #F1607B Brink Pink

📋 copy color: '#F1607B'

red 241 ◦ green 96 ◦ blue 123

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

Shades of Brink Pink #F1607B

Tints of Brink Pink #F1607B

RGB

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

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

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

R = 52.39%
G = 20.87%
B = 26.74%

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

#F1607B (or 0xF1607B) is known color: Brink Pink. HEX triplet: F1, 60 and 7B. RGB value is (241,96,123). Sum of RGB (Red+Green+Blue) = 241+96+123=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607B is #0E9F84. Grayscale: #8E8E8E. Windows color (decimal): -958341 or 8085745. OLE color: 8085745.

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

Color convert

RGB 241 96 123 -
CMYK 0 0.60 0.49 0.05
HSL 348.83º 0.84% 0.66% -
HSV(B) 348.83º 0.6% 0.95% -
XYZ 44.03 28.5 21.92 -
YUV 142.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 241 96 123 0 0.60 0.49 0.05 348.83 0.84 0.66
Hex F1 60 7B 0 3C 31 5 15D 54 42
Octal 361 140 173 0 74 61 5 535 124 102
Binary 11110001 1100000 1111011 0 111100 110001 101 101011101 1010100 1000010

Color Harmonies of #F1607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1607B

Black with #F1607B

Text Example


Text Example

White with #F1607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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