Html Css Color HEX #F0617D Brink Pink

📋 copy color: '#F0617D'

red 240 ◦ green 97 ◦ blue 125

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

Shades of Brink Pink #F0617D

Tints of Brink Pink #F0617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 51.95%
G = 21%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0617D (or 0xF0617D) is known color: Brink Pink. HEX triplet: F0, 61 and 7D. RGB value is (240,97,125). Sum of RGB (Red+Green+Blue) = 240+97+125=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0617D is #0F9E82. Grayscale: #8E8E8E. Windows color (decimal): -1023619 or 8217072. OLE color: 8217072.

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

Color convert

RGB 240 97 125 -
CMYK 0 0.60 0.48 0.06
HSL 348.25º 0.83% 0.66% -
HSV(B) 348.25º 0.6% 0.94% -
XYZ 43.91 28.56 22.6 -
YUV 142.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 240 97 125 0 0.60 0.48 0.06 348.25 0.83 0.66
Hex F0 61 7D 0 3C 30 6 15C 53 42
Octal 360 141 175 0 74 60 6 534 123 102
Binary 11110000 1100001 1111101 0 111100 110000 110 101011100 1010011 1000010

Color Harmonies of #F0617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0617D

Black with #F0617D

Text Example


Text Example

White with #F0617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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