Html Css Color HEX #F0657D Brink Pink

📋 copy color: '#F0657D'

red 240 ◦ green 101 ◦ blue 125

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

Shades of Brink Pink #F0657D

Tints of Brink Pink #F0657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.67%

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

R = 51.5%
G = 21.67%
B = 26.82%

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

#F0657D (or 0xF0657D) is known color: Brink Pink. HEX triplet: F0, 65 and 7D. RGB value is (240,101,125). Sum of RGB (Red+Green+Blue) = 240+101+125=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0657D is #0F9A82. Grayscale: #919191. Windows color (decimal): -1022595 or 8218096. OLE color: 8218096.

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

Color convert

RGB 240 101 125 -
CMYK 0 0.58 0.48 0.06
HSL 349.64º 0.82% 0.67% -
HSV(B) 349.64º 0.58% 0.94% -
XYZ 44.29 29.31 22.73 -
YUV 145.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 240 101 125 0 0.58 0.48 0.06 349.64 0.82 0.67
Hex F0 65 7D 0 3A 30 6 15E 52 43
Octal 360 145 175 0 72 60 6 536 122 103
Binary 11110000 1100101 1111101 0 111010 110000 110 101011110 1010010 1000011

Color Harmonies of #F0657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0657D

Black with #F0657D

Text Example


Text Example

White with #F0657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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