Html Css Color HEX #F0648A Brink Pink

📋 copy color: '#F0648A'

red 240 ◦ green 100 ◦ blue 138

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

Shades of Brink Pink #F0648A

Tints of Brink Pink #F0648A

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

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

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

R = 50.21%
G = 20.92%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0648A (or 0xF0648A) is known color: Brink Pink. HEX triplet: F0, 64 and 8A. RGB value is (240,100,138). Sum of RGB (Red+Green+Blue) = 240+100+138=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0648A is #0F9B75. Grayscale: #929292. Windows color (decimal): -1022838 or 9069808. OLE color: 9069808.

HSL color Cylindrical-coordinate representation of color #F0648A: hue angle of 343.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0648A is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 138 -
CMYK 0 0.58 0.42 0.06
HSL 343.71º 0.82% 0.67% -
HSV(B) 343.71º 0.58% 0.94% -
XYZ 45.08 29.47 27.36 -
YUV 146.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 240 100 138 0 0.58 0.42 0.06 343.71 0.82 0.67
Hex F0 64 8A 0 3A 2A 6 158 52 43
Octal 360 144 212 0 72 52 6 530 122 103
Binary 11110000 1100100 10001010 0 111010 101010 110 101011000 1010010 1000011

Color Harmonies of #F0648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0648A

Black with #F0648A

Text Example


Text Example

White with #F0648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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