Html Css Color HEX #F05B7B Brink Pink

📋 copy color: '#F05B7B'

red 240 ◦ green 91 ◦ blue 123

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

Shades of Brink Pink #F05B7B

Tints of Brink Pink #F05B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.04%

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

R = 52.86%
G = 20.04%
B = 27.09%

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

#F05B7B (or 0xF05B7B) is known color: Brink Pink. HEX triplet: F0, 5B and 7B. RGB value is (240,91,123). Sum of RGB (Red+Green+Blue) = 240+91+123=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B7B is #0FA484. Grayscale: #8B8B8B. Windows color (decimal): -1025157 or 8084464. OLE color: 8084464.

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

Color convert

RGB 240 91 123 -
CMYK 0 0.62 0.49 0.06
HSL 347.11º 0.83% 0.65% -
HSV(B) 347.11º 0.62% 0.94% -
XYZ 43.25 27.44 21.76 -
YUV 139.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 240 91 123 0 0.62 0.49 0.06 347.11 0.83 0.65
Hex F0 5B 7B 0 3E 31 6 15B 53 41
Octal 360 133 173 0 76 61 6 533 123 101
Binary 11110000 1011011 1111011 0 111110 110001 110 101011011 1010011 1000001

Color Harmonies of #F05B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B7B

Black with #F05B7B

Text Example


Text Example

White with #F05B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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