Html Css Color HEX #F0618D Brink Pink

📋 copy color: '#F0618D'

red 240 ◦ green 97 ◦ blue 141

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

Shades of Brink Pink #F0618D

Tints of Brink Pink #F0618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 50.21%
G = 20.29%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0618D (or 0xF0618D) is known color: Brink Pink. HEX triplet: F0, 61 and 8D. RGB value is (240,97,141). Sum of RGB (Red+Green+Blue) = 240+97+141=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0618D is #0F9E72. Grayscale: #909090. Windows color (decimal): -1023603 or 9265648. OLE color: 9265648.

HSL color Cylindrical-coordinate representation of color #F0618D: hue angle of 341.54º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0618D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 141 -
CMYK 0 0.60 0.41 0.06
HSL 341.54º 0.83% 0.66% -
HSV(B) 341.54º 0.6% 0.94% -
XYZ 45.02 29 28.42 -
YUV 144.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 240 97 141 0 0.60 0.41 0.06 341.54 0.83 0.66
Hex F0 61 8D 0 3C 29 6 156 53 42
Octal 360 141 215 0 74 51 6 526 123 102
Binary 11110000 1100001 10001101 0 111100 101001 110 101010110 1010011 1000010

Color Harmonies of #F0618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0618D

Black with #F0618D

Text Example


Text Example

White with #F0618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0618D; }

 p { color: rgb(240,97,141); }

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

background-color css

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

 a { background-color: rgb(240,97,141); }

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

border-color css

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

 span { border-color: rgb(240,97,141); }

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