Html Css Color HEX #F0617A Brink Pink

📋 copy color: '#F0617A'

red 240 ◦ green 97 ◦ blue 122

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

Shades of Brink Pink #F0617A

Tints of Brink Pink #F0617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 52.29%
G = 21.13%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0617A (or 0xF0617A) is known color: Brink Pink. HEX triplet: F0, 61 and 7A. RGB value is (240,97,122). Sum of RGB (Red+Green+Blue) = 240+97+122=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0617A is #0F9E85. Grayscale: #8E8E8E. Windows color (decimal): -1023622 or 8020464. OLE color: 8020464.

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

Color convert

RGB 240 97 122 -
CMYK 0 0.60 0.49 0.06
HSL 349.51º 0.83% 0.66% -
HSV(B) 349.51º 0.6% 0.94% -
XYZ 43.72 28.48 21.61 -
YUV 142.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 240 97 122 0 0.60 0.49 0.06 349.51 0.83 0.66
Hex F0 61 7A 0 3C 31 6 15E 53 42
Octal 360 141 172 0 74 61 6 536 123 102
Binary 11110000 1100001 1111010 0 111100 110001 110 101011110 1010011 1000010

Color Harmonies of #F0617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0617A

Black with #F0617A

Text Example


Text Example

White with #F0617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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