Html Css Color HEX #F05D7C Brink Pink

📋 copy color: '#F05D7C'

red 240 ◦ green 93 ◦ blue 124

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

Shades of Brink Pink #F05D7C

Tints of Brink Pink #F05D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 52.52%
G = 20.35%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F05D7C (or 0xF05D7C) is known color: Brink Pink. HEX triplet: F0, 5D and 7C. RGB value is (240,93,124). Sum of RGB (Red+Green+Blue) = 240+93+124=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D7C is #0FA283. Grayscale: #8C8C8C. Windows color (decimal): -1024644 or 8150512. OLE color: 8150512.

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

Color convert

RGB 240 93 124 -
CMYK 0 0.61 0.48 0.06
HSL 347.35º 0.83% 0.65% -
HSV(B) 347.35º 0.61% 0.94% -
XYZ 43.49 27.81 22.14 -
YUV 140.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 240 93 124 0 0.61 0.48 0.06 347.35 0.83 0.65
Hex F0 5D 7C 0 3D 30 6 15B 53 41
Octal 360 135 174 0 75 60 6 533 123 101
Binary 11110000 1011101 1111100 0 111101 110000 110 101011011 1010011 1000001

Color Harmonies of #F05D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D7C

Black with #F05D7C

Text Example


Text Example

White with #F05D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D7C; }

 p { color: rgb(240,93,124); }

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

background-color css

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

 a { background-color: rgb(240,93,124); }

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

border-color css

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

 span { border-color: rgb(240,93,124); }

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