Html Css Color HEX #F1647F Brink Pink

📋 copy color: '#F1647F'

red 241 ◦ green 100 ◦ blue 127

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

Shades of Brink Pink #F1647F

Tints of Brink Pink #F1647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.37%

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

R = 51.5%
G = 21.37%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1647F (or 0xF1647F) is known color: Brink Pink. HEX triplet: F1, 64 and 7F. RGB value is (241,100,127). Sum of RGB (Red+Green+Blue) = 241+100+127=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1647F is #0E9B80. Grayscale: #919191. Windows color (decimal): -957313 or 8348913. OLE color: 8348913.

HSL color Cylindrical-coordinate representation of color #F1647F: hue angle of 348.51º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1647F is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 127 -
CMYK 0 0.59 0.47 0.05
HSL 348.51º 0.83% 0.67% -
HSV(B) 348.51º 0.59% 0.95% -
XYZ 44.66 29.35 23.39 -
YUV 145.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 241 100 127 0 0.59 0.47 0.05 348.51 0.83 0.67
Hex F1 64 7F 0 3B 2F 5 15D 53 43
Octal 361 144 177 0 73 57 5 535 123 103
Binary 11110001 1100100 1111111 0 111011 101111 101 101011101 1010011 1000011

Color Harmonies of #F1647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1647F

Black with #F1647F

Text Example


Text Example

White with #F1647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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