Html Css Color HEX #F0617F Brink Pink

📋 copy color: '#F0617F'

red 240 ◦ green 97 ◦ blue 127

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

Shades of Brink Pink #F0617F

Tints of Brink Pink #F0617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 51.72%
G = 20.91%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0617F (or 0xF0617F) is known color: Brink Pink. HEX triplet: F0, 61 and 7F. RGB value is (240,97,127). Sum of RGB (Red+Green+Blue) = 240+97+127=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0617F is #0F9E80. Grayscale: #8F8F8F. Windows color (decimal): -1023617 or 8348144. OLE color: 8348144.

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

Color convert

RGB 240 97 127 -
CMYK 0 0.60 0.47 0.06
HSL 347.41º 0.83% 0.66% -
HSV(B) 347.41º 0.6% 0.94% -
XYZ 44.04 28.61 23.28 -
YUV 143.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 240 97 127 0 0.60 0.47 0.06 347.41 0.83 0.66
Hex F0 61 7F 0 3C 2F 6 15B 53 42
Octal 360 141 177 0 74 57 6 533 123 102
Binary 11110000 1100001 1111111 0 111100 101111 110 101011011 1010011 1000010

Color Harmonies of #F0617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0617F

Black with #F0617F

Text Example


Text Example

White with #F0617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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