Html Css Color HEX #F57283 Brink Pink

📋 copy color: '#F57283'

red 245 ◦ green 114 ◦ blue 131

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

Shades of Brink Pink #F57283

Tints of Brink Pink #F57283

RGB

 RED value IS 245 (96.09% from 255) = 50%

 GREEN value IS 114 (44.92% from 255) = 23.27%

 BLUE value IS 131 (51.56% from 255) = 26.73%

R = 50%
G = 23.27%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57283 (or 0xF57283) is known color: Brink Pink. HEX triplet: F5, 72 and 83. RGB value is (245,114,131). Sum of RGB (Red+Green+Blue) = 245+114+131=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57283 is #0A8D7C. Grayscale: #9B9B9B. Windows color (decimal): -691581 or 8614645. OLE color: 8614645.

HSL color Cylindrical-coordinate representation of color #F57283: hue angle of 352.21º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57283 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 131 -
CMYK 0 0.53 0.47 0.04
HSL 352.21º 0.87% 0.7% -
HSV(B) 352.21º 0.53% 0.96% -
XYZ 47.77 33.09 25.34 -
YUV 155.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 245 114 131 0 0.53 0.47 0.04 352.21 0.87 0.7
Hex F5 72 83 0 35 2F 4 160 57 46
Octal 365 162 203 0 65 57 4 540 127 106
Binary 11110101 1110010 10000011 0 110101 101111 100 101100000 1010111 1000110

Color Harmonies of #F57283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57283

Black with #F57283

Text Example


Text Example

White with #F57283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57283; }

 p { color: rgb(245,114,131); }

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

background-color css

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

 a { background-color: rgb(245,114,131); }

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

border-color css

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

 span { border-color: rgb(245,114,131); }

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