Html Css Color HEX #F05C7B Brink Pink

📋 copy color: '#F05C7B'

red 240 ◦ green 92 ◦ blue 123

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

Shades of Brink Pink #F05C7B

Tints of Brink Pink #F05C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 52.75%
G = 20.22%
B = 27.03%

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

#F05C7B (or 0xF05C7B) is known color: Brink Pink. HEX triplet: F0, 5C and 7B. RGB value is (240,92,123). Sum of RGB (Red+Green+Blue) = 240+92+123=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C7B is #0FA384. Grayscale: #8B8B8B. Windows color (decimal): -1024901 or 8084720. OLE color: 8084720.

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

Color convert

RGB 240 92 123 -
CMYK 0 0.62 0.49 0.06
HSL 347.43º 0.83% 0.65% -
HSV(B) 347.43º 0.62% 0.94% -
XYZ 43.34 27.61 21.78 -
YUV 139.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 240 92 123 0 0.62 0.49 0.06 347.43 0.83 0.65
Hex F0 5C 7B 0 3E 31 6 15B 53 41
Octal 360 134 173 0 76 61 6 533 123 101
Binary 11110000 1011100 1111011 0 111110 110001 110 101011011 1010011 1000001

Color Harmonies of #F05C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C7B

Black with #F05C7B

Text Example


Text Example

White with #F05C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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