Html Css Color HEX #F05A7B Brink Pink

📋 copy color: '#F05A7B'

red 240 ◦ green 90 ◦ blue 123

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

Shades of Brink Pink #F05A7B

Tints of Brink Pink #F05A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

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

R = 52.98%
G = 19.87%
B = 27.15%

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

#F05A7B (or 0xF05A7B) is known color: Brink Pink. HEX triplet: F0, 5A and 7B. RGB value is (240,90,123). Sum of RGB (Red+Green+Blue) = 240+90+123=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A7B is #0FA584. Grayscale: #8A8A8A. Windows color (decimal): -1025413 or 8084208. OLE color: 8084208.

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

Color convert

RGB 240 90 123 -
CMYK 0 0.62 0.49 0.06
HSL 346.8º 0.83% 0.65% -
HSV(B) 346.8º 0.63% 0.94% -
XYZ 43.17 27.27 21.73 -
YUV 138.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 240 90 123 0 0.62 0.49 0.06 346.8 0.83 0.65
Hex F0 5A 7B 0 3E 31 6 15B 53 41
Octal 360 132 173 0 76 61 6 533 123 101
Binary 11110000 1011010 1111011 0 111110 110001 110 101011011 1010011 1000001

Color Harmonies of #F05A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A7B

Black with #F05A7B

Text Example


Text Example

White with #F05A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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