Html Css Color HEX #F85D7E Brink Pink

📋 copy color: '#F85D7E'

red 248 ◦ green 93 ◦ blue 126

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

Shades of Brink Pink #F85D7E

Tints of Brink Pink #F85D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

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

R = 53.1%
G = 19.91%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F85D7E (or 0xF85D7E) is known color: Brink Pink. HEX triplet: F8, 5D and 7E. RGB value is (248,93,126). Sum of RGB (Red+Green+Blue) = 248+93+126=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D7E is #07A281. Grayscale: #8F8F8F. Windows color (decimal): -500354 or 8281592. OLE color: 8281592.

HSL color Cylindrical-coordinate representation of color #F85D7E: hue angle of 347.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85D7E is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 93 126 -
CMYK 0 0.62 0.49 0.03
HSL 347.23º 0.92% 0.67% -
HSV(B) 347.23º 0.63% 0.97% -
XYZ 46.39 29.29 22.95 -
YUV 143.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 248 93 126 0 0.62 0.49 0.03 347.23 0.92 0.67
Hex F8 5D 7E 0 3E 31 3 15B 5C 43
Octal 370 135 176 0 76 61 3 533 134 103
Binary 11111000 1011101 1111110 0 111110 110001 11 101011011 1011100 1000011

Color Harmonies of #F85D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D7E

Black with #F85D7E

Text Example


Text Example

White with #F85D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D7E; }

 p { color: rgb(248,93,126); }

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

background-color css

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

 a { background-color: rgb(248,93,126); }

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

border-color css

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

 span { border-color: rgb(248,93,126); }

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