Html Css Color HEX #F05B7E Brink Pink

📋 copy color: '#F05B7E'

red 240 ◦ green 91 ◦ blue 126

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

Shades of Brink Pink #F05B7E

Tints of Brink Pink #F05B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 52.52%
G = 19.91%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F05B7E (or 0xF05B7E) is known color: Brink Pink. HEX triplet: F0, 5B and 7E. RGB value is (240,91,126). Sum of RGB (Red+Green+Blue) = 240+91+126=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B7E is #0FA481. Grayscale: #8B8B8B. Windows color (decimal): -1025154 or 8281072. OLE color: 8281072.

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

Color convert

RGB 240 91 126 -
CMYK 0 0.62 0.48 0.06
HSL 345.91º 0.83% 0.65% -
HSV(B) 345.91º 0.62% 0.94% -
XYZ 43.44 27.51 22.76 -
YUV 139.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 240 91 126 0 0.62 0.48 0.06 345.91 0.83 0.65
Hex F0 5B 7E 0 3E 30 6 15A 53 41
Octal 360 133 176 0 76 60 6 532 123 101
Binary 11110000 1011011 1111110 0 111110 110000 110 101011010 1010011 1000001

Color Harmonies of #F05B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B7E

Black with #F05B7E

Text Example


Text Example

White with #F05B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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