Html Css Color HEX #F05F7A Brink Pink

📋 copy color: '#F05F7A'

red 240 ◦ green 95 ◦ blue 122

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

Shades of Brink Pink #F05F7A

Tints of Brink Pink #F05F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

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

R = 52.52%
G = 20.79%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F05F7A (or 0xF05F7A) is known color: Brink Pink. HEX triplet: F0, 5F and 7A. RGB value is (240,95,122). Sum of RGB (Red+Green+Blue) = 240+95+122=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F7A is #0FA085. Grayscale: #8D8D8D. Windows color (decimal): -1024134 or 8019952. OLE color: 8019952.

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

Color convert

RGB 240 95 122 -
CMYK 0 0.60 0.49 0.06
HSL 348.83º 0.83% 0.66% -
HSV(B) 348.83º 0.6% 0.94% -
XYZ 43.54 28.11 21.54 -
YUV 141.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 240 95 122 0 0.60 0.49 0.06 348.83 0.83 0.66
Hex F0 5F 7A 0 3C 31 6 15D 53 42
Octal 360 137 172 0 74 61 6 535 123 102
Binary 11110000 1011111 1111010 0 111100 110001 110 101011101 1010011 1000010

Color Harmonies of #F05F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F7A

Black with #F05F7A

Text Example


Text Example

White with #F05F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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