Html Css Color HEX #F05C7A Brink Pink

📋 copy color: '#F05C7A'

red 240 ◦ green 92 ◦ blue 122

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

Shades of Brink Pink #F05C7A

Tints of Brink Pink #F05C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 52.86%
G = 20.26%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F05C7A (or 0xF05C7A) is known color: Brink Pink. HEX triplet: F0, 5C and 7A. RGB value is (240,92,122). Sum of RGB (Red+Green+Blue) = 240+92+122=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C7A is #0FA385. Grayscale: #8B8B8B. Windows color (decimal): -1024902 or 8019184. OLE color: 8019184.

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

Color convert

RGB 240 92 122 -
CMYK 0 0.62 0.49 0.06
HSL 347.84º 0.83% 0.65% -
HSV(B) 347.84º 0.62% 0.94% -
XYZ 43.28 27.58 21.46 -
YUV 139.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 240 92 122 0 0.62 0.49 0.06 347.84 0.83 0.65
Hex F0 5C 7A 0 3E 31 6 15C 53 41
Octal 360 134 172 0 76 61 6 534 123 101
Binary 11110000 1011100 1111010 0 111110 110001 110 101011100 1010011 1000001

Color Harmonies of #F05C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C7A

Black with #F05C7A

Text Example


Text Example

White with #F05C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C7A; }

 p { color: rgb(240,92,122); }

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

background-color css

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

 a { background-color: rgb(240,92,122); }

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

border-color css

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

 span { border-color: rgb(240,92,122); }

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