Html Css Color HEX #F1638B Brink Pink

📋 copy color: '#F1638B'

red 241 ◦ green 99 ◦ blue 139

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

Shades of Brink Pink #F1638B

Tints of Brink Pink #F1638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

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

R = 50.31%
G = 20.67%
B = 29.02%

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

#F1638B (or 0xF1638B) is known color: Brink Pink. HEX triplet: F1, 63 and 8B. RGB value is (241,99,139). Sum of RGB (Red+Green+Blue) = 241+99+139=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1638B is #0E9C74. Grayscale: #919191. Windows color (decimal): -957557 or 9135089. OLE color: 9135089.

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

Color convert

RGB 241 99 139 -
CMYK 0 0.59 0.42 0.05
HSL 343.1º 0.84% 0.67% -
HSV(B) 343.1º 0.59% 0.95% -
XYZ 45.4 29.49 27.73 -
YUV 146.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 241 99 139 0 0.59 0.42 0.05 343.1 0.84 0.67
Hex F1 63 8B 0 3B 2A 5 157 54 43
Octal 361 143 213 0 73 52 5 527 124 103
Binary 11110001 1100011 10001011 0 111011 101010 101 101010111 1010100 1000011

Color Harmonies of #F1638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1638B

Black with #F1638B

Text Example


Text Example

White with #F1638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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