Html Css Color HEX #F9648A Brink Pink

📋 copy color: '#F9648A'

red 249 ◦ green 100 ◦ blue 138

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

Shades of Brink Pink #F9648A

Tints of Brink Pink #F9648A

RGB

 RED value IS 249 (97.66% from 255) = 51.13%

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

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

R = 51.13%
G = 20.53%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9648A (or 0xF9648A) is known color: Brink Pink. HEX triplet: F9, 64 and 8A. RGB value is (249,100,138). Sum of RGB (Red+Green+Blue) = 249+100+138=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9648A is #069B75. Grayscale: #949494. Windows color (decimal): -433014 or 9069817. OLE color: 9069817.

HSL color Cylindrical-coordinate representation of color #F9648A: hue angle of 344.7º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9648A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 100 138 -
CMYK 0 0.60 0.45 0.02
HSL 344.7º 0.93% 0.68% -
HSV(B) 344.7º 0.6% 0.98% -
XYZ 48.21 31.09 27.5 -
YUV 148.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 249 100 138 0 0.60 0.45 0.02 344.7 0.93 0.68
Hex F9 64 8A 0 3C 2D 2 159 5D 44
Octal 371 144 212 0 74 55 2 531 135 104
Binary 11111001 1100100 10001010 0 111100 101101 10 101011001 1011101 1000100

Color Harmonies of #F9648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9648A

Black with #F9648A

Text Example


Text Example

White with #F9648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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