Html Css Color HEX #F0618C Brink Pink

📋 copy color: '#F0618C'

red 240 ◦ green 97 ◦ blue 140

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

Shades of Brink Pink #F0618C

Tints of Brink Pink #F0618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 50.31%
G = 20.34%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0618C (or 0xF0618C) is known color: Brink Pink. HEX triplet: F0, 61 and 8C. RGB value is (240,97,140). Sum of RGB (Red+Green+Blue) = 240+97+140=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0618C is #0F9E73. Grayscale: #909090. Windows color (decimal): -1023604 or 9200112. OLE color: 9200112.

HSL color Cylindrical-coordinate representation of color #F0618C: hue angle of 341.96º 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 #F0618C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 140 -
CMYK 0 0.60 0.42 0.06
HSL 341.96º 0.83% 0.66% -
HSV(B) 341.96º 0.6% 0.94% -
XYZ 44.94 28.97 28.03 -
YUV 144.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 240 97 140 0 0.60 0.42 0.06 341.96 0.83 0.66
Hex F0 61 8C 0 3C 2A 6 156 53 42
Octal 360 141 214 0 74 52 6 526 123 102
Binary 11110000 1100001 10001100 0 111100 101010 110 101010110 1010011 1000010

Color Harmonies of #F0618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0618C

Black with #F0618C

Text Example


Text Example

White with #F0618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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