Html Css Color HEX #F46482 Brink Pink

📋 copy color: '#F46482'

red 244 ◦ green 100 ◦ blue 130

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

Shades of Brink Pink #F46482

Tints of Brink Pink #F46482

RGB

 RED value IS 244 (95.7% from 255) = 51.48%

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

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 51.48%
G = 21.1%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F46482 (or 0xF46482) is known color: Brink Pink. HEX triplet: F4, 64 and 82. RGB value is (244,100,130). Sum of RGB (Red+Green+Blue) = 244+100+130=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F46482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46482 is #0B9B7D. Grayscale: #929292. Windows color (decimal): -760702 or 8545524. OLE color: 8545524.

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

Color convert

RGB 244 100 130 -
CMYK 0 0.59 0.47 0.04
HSL 347.5º 0.87% 0.67% -
HSV(B) 347.5º 0.59% 0.96% -
XYZ 45.89 29.96 24.48 -
YUV 146.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 244 100 130 0 0.59 0.47 0.04 347.5 0.87 0.67
Hex F4 64 82 0 3B 2F 4 15C 57 43
Octal 364 144 202 0 73 57 4 534 127 103
Binary 11110100 1100100 10000010 0 111011 101111 100 101011100 1010111 1000011

Color Harmonies of #F46482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46482

Black with #F46482

Text Example


Text Example

White with #F46482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46482; }

 p { color: rgb(244,100,130); }

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

background-color css

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

 a { background-color: rgb(244,100,130); }

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

border-color css

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

 span { border-color: rgb(244,100,130); }

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