Html Css Color HEX #F1648A Brink Pink

📋 copy color: '#F1648A'

red 241 ◦ green 100 ◦ blue 138

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

Shades of Brink Pink #F1648A

Tints of Brink Pink #F1648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 50.31%
G = 20.88%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1648A (or 0xF1648A) is known color: Brink Pink. HEX triplet: F1, 64 and 8A. RGB value is (241,100,138). Sum of RGB (Red+Green+Blue) = 241+100+138=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1648A is #0E9B75. Grayscale: #929292. Windows color (decimal): -957302 or 9069809. OLE color: 9069809.

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

Color convert

RGB 241 100 138 -
CMYK 0 0.59 0.43 0.05
HSL 343.83º 0.83% 0.67% -
HSV(B) 343.83º 0.59% 0.95% -
XYZ 45.42 29.65 27.37 -
YUV 146.49 123.21 195.41 -
System Red Green Blue C M Y K H S L
Decimal 241 100 138 0 0.59 0.43 0.05 343.83 0.83 0.67
Hex F1 64 8A 0 3B 2B 5 158 53 43
Octal 361 144 212 0 73 53 5 530 123 103
Binary 11110001 1100100 10001010 0 111011 101011 101 101011000 1010011 1000011

Color Harmonies of #F1648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1648A

Black with #F1648A

Text Example


Text Example

White with #F1648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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