Html Css Color HEX #F75D82 Brink Pink

📋 copy color: '#F75D82'

red 247 ◦ green 93 ◦ blue 130

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

Shades of Brink Pink #F75D82

Tints of Brink Pink #F75D82

RGB

 RED value IS 247 (96.88% from 255) = 52.55%

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

 BLUE value IS 130 (51.17% from 255) = 27.66%

R = 52.55%
G = 19.79%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F75D82 (or 0xF75D82) is known color: Brink Pink. HEX triplet: F7, 5D and 82. RGB value is (247,93,130). Sum of RGB (Red+Green+Blue) = 247+93+130=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D82 is #08A27D. Grayscale: #8F8F8F. Windows color (decimal): -565886 or 8543735. OLE color: 8543735.

HSL color Cylindrical-coordinate representation of color #F75D82: hue angle of 345.58º degrees, saturation: 0.91, 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 #F75D82 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 130 -
CMYK 0 0.62 0.47 0.03
HSL 345.58º 0.91% 0.67% -
HSV(B) 345.58º 0.62% 0.97% -
XYZ 46.3 29.21 24.32 -
YUV 143.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 247 93 130 0 0.62 0.47 0.03 345.58 0.91 0.67
Hex F7 5D 82 0 3E 2F 3 15A 5B 43
Octal 367 135 202 0 76 57 3 532 133 103
Binary 11110111 1011101 10000010 0 111110 101111 11 101011010 1011011 1000011

Color Harmonies of #F75D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D82

Black with #F75D82

Text Example


Text Example

White with #F75D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D82; }

 p { color: rgb(247,93,130); }

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

background-color css

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

 a { background-color: rgb(247,93,130); }

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

border-color css

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

 span { border-color: rgb(247,93,130); }

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