Html Css Color HEX #F1608F Brink Pink

📋 copy color: '#F1608F'

red 241 ◦ green 96 ◦ blue 143

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

Shades of Brink Pink #F1608F

Tints of Brink Pink #F1608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 50.21%
G = 20%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1608F (or 0xF1608F) is known color: Brink Pink. HEX triplet: F1, 60 and 8F. RGB value is (241,96,143). Sum of RGB (Red+Green+Blue) = 241+96+143=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1608F is #0E9F70. Grayscale: #909090. Windows color (decimal): -958321 or 9396465. OLE color: 9396465.

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

Color convert

RGB 241 96 143 -
CMYK 0 0.60 0.41 0.05
HSL 340.55º 0.84% 0.66% -
HSV(B) 340.55º 0.6% 0.95% -
XYZ 45.42 29.05 29.2 -
YUV 144.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 241 96 143 0 0.60 0.41 0.05 340.55 0.84 0.66
Hex F1 60 8F 0 3C 29 5 155 54 42
Octal 361 140 217 0 74 51 5 525 124 102
Binary 11110001 1100000 10001111 0 111100 101001 101 101010101 1010100 1000010

Color Harmonies of #F1608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1608F

Black with #F1608F

Text Example


Text Example

White with #F1608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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