Html Css Color HEX #F75C7E Brink Pink

📋 copy color: '#F75C7E'

red 247 ◦ green 92 ◦ blue 126

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

Shades of Brink Pink #F75C7E

Tints of Brink Pink #F75C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 53.12%
G = 19.78%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F75C7E (or 0xF75C7E) is known color: Brink Pink. HEX triplet: F7, 5C and 7E. RGB value is (247,92,126). Sum of RGB (Red+Green+Blue) = 247+92+126=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C7E is #08A381. Grayscale: #8E8E8E. Windows color (decimal): -566146 or 8281335. OLE color: 8281335.

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

Color convert

RGB 247 92 126 -
CMYK 0 0.63 0.49 0.03
HSL 346.84º 0.91% 0.66% -
HSV(B) 346.84º 0.63% 0.97% -
XYZ 45.95 28.93 22.9 -
YUV 142.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 247 92 126 0 0.63 0.49 0.03 346.84 0.91 0.66
Hex F7 5C 7E 0 3F 31 3 15B 5B 42
Octal 367 134 176 0 77 61 3 533 133 102
Binary 11110111 1011100 1111110 0 111111 110001 11 101011011 1011011 1000010

Color Harmonies of #F75C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C7E

Black with #F75C7E

Text Example


Text Example

White with #F75C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C7E; }

 p { color: rgb(247,92,126); }

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

background-color css

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

 a { background-color: rgb(247,92,126); }

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

border-color css

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

 span { border-color: rgb(247,92,126); }

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