Html Css Color HEX #F87483 Brink Pink

📋 copy color: '#F87483'

red 248 ◦ green 116 ◦ blue 131

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

Shades of Brink Pink #F87483

Tints of Brink Pink #F87483

RGB

 RED value IS 248 (97.27% from 255) = 50.1%

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 50.1%
G = 23.43%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F87483 (or 0xF87483) is known color: Brink Pink. HEX triplet: F8, 74 and 83. RGB value is (248,116,131). Sum of RGB (Red+Green+Blue) = 248+116+131=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F87483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87483 is #078B7C. Grayscale: #9D9D9D. Windows color (decimal): -494461 or 8615160. OLE color: 8615160.

HSL color Cylindrical-coordinate representation of color #F87483: hue angle of 353.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87483 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 131 -
CMYK 0 0.53 0.47 0.03
HSL 353.18º 0.9% 0.71% -
HSV(B) 353.18º 0.53% 0.97% -
XYZ 49.05 34.09 25.47 -
YUV 157.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 248 116 131 0 0.53 0.47 0.03 353.18 0.9 0.71
Hex F8 74 83 0 35 2F 3 161 5A 47
Octal 370 164 203 0 65 57 3 541 132 107
Binary 11111000 1110100 10000011 0 110101 101111 11 101100001 1011010 1000111

Color Harmonies of #F87483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87483

Black with #F87483

Text Example


Text Example

White with #F87483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87483; }

 p { color: rgb(248,116,131); }

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

background-color css

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

 a { background-color: rgb(248,116,131); }

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

border-color css

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

 span { border-color: rgb(248,116,131); }

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