Html Css Color HEX #F1648B Brink Pink

📋 copy color: '#F1648B'

red 241 ◦ green 100 ◦ blue 139

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

Shades of Brink Pink #F1648B

Tints of Brink Pink #F1648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 50.21%
G = 20.83%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1648B (or 0xF1648B) is known color: Brink Pink. HEX triplet: F1, 64 and 8B. RGB value is (241,100,139). Sum of RGB (Red+Green+Blue) = 241+100+139=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1648B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1648B is #0E9B74. Grayscale: #929292. Windows color (decimal): -957301 or 9135345. OLE color: 9135345.

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

Color convert

RGB 241 100 139 -
CMYK 0 0.59 0.42 0.05
HSL 343.4º 0.83% 0.67% -
HSV(B) 343.4º 0.59% 0.95% -
XYZ 45.49 29.68 27.76 -
YUV 146.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 241 100 139 0 0.59 0.42 0.05 343.4 0.83 0.67
Hex F1 64 8B 0 3B 2A 5 157 53 43
Octal 361 144 213 0 73 52 5 527 123 103
Binary 11110001 1100100 10001011 0 111011 101010 101 101010111 1010011 1000011

Color Harmonies of #F1648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1648B

Black with #F1648B

Text Example


Text Example

White with #F1648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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