Html Css Color HEX #F65C7E Brink Pink

📋 copy color: '#F65C7E'

red 246 ◦ green 92 ◦ blue 126

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

Shades of Brink Pink #F65C7E

Tints of Brink Pink #F65C7E

RGB

 RED value IS 246 (96.48% from 255) = 53.02%

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

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

R = 53.02%
G = 19.83%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F65C7E (or 0xF65C7E) is known color: Brink Pink. HEX triplet: F6, 5C and 7E. RGB value is (246,92,126). Sum of RGB (Red+Green+Blue) = 246+92+126=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C7E is #09A381. Grayscale: #8D8D8D. Windows color (decimal): -631682 or 8281334. OLE color: 8281334.

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

Color convert

RGB 246 92 126 -
CMYK 0 0.63 0.49 0.04
HSL 346.75º 0.9% 0.66% -
HSV(B) 346.75º 0.63% 0.96% -
XYZ 45.6 28.75 22.89 -
YUV 141.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 246 92 126 0 0.63 0.49 0.04 346.75 0.9 0.66
Hex F6 5C 7E 0 3F 31 4 15B 5A 42
Octal 366 134 176 0 77 61 4 533 132 102
Binary 11110110 1011100 1111110 0 111111 110001 100 101011011 1011010 1000010

Color Harmonies of #F65C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C7E

Black with #F65C7E

Text Example


Text Example

White with #F65C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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