Html Css Color HEX #F0618A Brink Pink

📋 copy color: '#F0618A'

red 240 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #F0618A

Tints of Brink Pink #F0618A

RGB

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

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

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

R = 50.53%
G = 20.42%
B = 29.05%

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

#F0618A (or 0xF0618A) is known color: Brink Pink. HEX triplet: F0, 61 and 8A. RGB value is (240,97,138). Sum of RGB (Red+Green+Blue) = 240+97+138=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0618A is #0F9E75. Grayscale: #909090. Windows color (decimal): -1023606 or 9069040. OLE color: 9069040.

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

Color convert

RGB 240 97 138 -
CMYK 0 0.60 0.42 0.06
HSL 342.8º 0.83% 0.66% -
HSV(B) 342.8º 0.6% 0.94% -
XYZ 44.8 28.91 27.26 -
YUV 144.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 240 97 138 0 0.60 0.42 0.06 342.8 0.83 0.66
Hex F0 61 8A 0 3C 2A 6 157 53 42
Octal 360 141 212 0 74 52 6 527 123 102
Binary 11110000 1100001 10001010 0 111100 101010 110 101010111 1010011 1000010

Color Harmonies of #F0618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0618A

Black with #F0618A

Text Example


Text Example

White with #F0618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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