Html Css Color HEX #F05E7B Brink Pink

📋 copy color: '#F05E7B'

red 240 ◦ green 94 ◦ blue 123

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

Shades of Brink Pink #F05E7B

Tints of Brink Pink #F05E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

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

R = 52.52%
G = 20.57%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F05E7B (or 0xF05E7B) is known color: Brink Pink. HEX triplet: F0, 5E and 7B. RGB value is (240,94,123). Sum of RGB (Red+Green+Blue) = 240+94+123=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E7B is #0FA184. Grayscale: #8C8C8C. Windows color (decimal): -1024389 or 8085232. OLE color: 8085232.

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

Color convert

RGB 240 94 123 -
CMYK 0 0.61 0.49 0.06
HSL 348.08º 0.83% 0.65% -
HSV(B) 348.08º 0.61% 0.94% -
XYZ 43.51 27.96 21.84 -
YUV 140.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 240 94 123 0 0.61 0.49 0.06 348.08 0.83 0.65
Hex F0 5E 7B 0 3D 31 6 15C 53 41
Octal 360 136 173 0 75 61 6 534 123 101
Binary 11110000 1011110 1111011 0 111101 110001 110 101011100 1010011 1000001

Color Harmonies of #F05E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E7B

Black with #F05E7B

Text Example


Text Example

White with #F05E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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