Html Css Color HEX #F0667D Brink Pink

📋 copy color: '#F0667D'

red 240 ◦ green 102 ◦ blue 125

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

Shades of Brink Pink #F0667D

Tints of Brink Pink #F0667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

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

R = 51.39%
G = 21.84%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0667D (or 0xF0667D) is known color: Brink Pink. HEX triplet: F0, 66 and 7D. RGB value is (240,102,125). Sum of RGB (Red+Green+Blue) = 240+102+125=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0667D is #0F9982. Grayscale: #919191. Windows color (decimal): -1022339 or 8218352. OLE color: 8218352.

HSL color Cylindrical-coordinate representation of color #F0667D: hue angle of 350º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0667D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 125 -
CMYK 0 0.58 0.48 0.06
HSL 350º 0.82% 0.67% -
HSV(B) 350º 0.58% 0.94% -
XYZ 44.39 29.51 22.76 -
YUV 145.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 240 102 125 0 0.58 0.48 0.06 350 0.82 0.67
Hex F0 66 7D 0 3A 30 6 15E 52 43
Octal 360 146 175 0 72 60 6 536 122 103
Binary 11110000 1100110 1111101 0 111010 110000 110 101011110 1010010 1000011

Color Harmonies of #F0667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0667D

Black with #F0667D

Text Example


Text Example

White with #F0667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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