Html Css Color HEX #F95C7F Brink Pink

📋 copy color: '#F95C7F'

red 249 ◦ green 92 ◦ blue 127

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

Shades of Brink Pink #F95C7F

Tints of Brink Pink #F95C7F

RGB

 RED value IS 249 (97.66% from 255) = 53.21%

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 53.21%
G = 19.66%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F95C7F (or 0xF95C7F) is known color: Brink Pink. HEX triplet: F9, 5C and 7F. RGB value is (249,92,127). Sum of RGB (Red+Green+Blue) = 249+92+127=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C7F is #06A380. Grayscale: #8E8E8E. Windows color (decimal): -435073 or 8346873. OLE color: 8346873.

HSL color Cylindrical-coordinate representation of color #F95C7F: hue angle of 346.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95C7F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 92 127 -
CMYK 0 0.63 0.49 0.02
HSL 346.62º 0.93% 0.67% -
HSV(B) 346.62º 0.63% 0.98% -
XYZ 46.72 29.33 23.28 -
YUV 142.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 249 92 127 0 0.63 0.49 0.02 346.62 0.93 0.67
Hex F9 5C 7F 0 3F 31 2 15B 5D 43
Octal 371 134 177 0 77 61 2 533 135 103
Binary 11111001 1011100 1111111 0 111111 110001 10 101011011 1011101 1000011

Color Harmonies of #F95C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C7F

Black with #F95C7F

Text Example


Text Example

White with #F95C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C7F; }

 p { color: rgb(249,92,127); }

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

background-color css

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

 a { background-color: rgb(249,92,127); }

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

border-color css

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

 span { border-color: rgb(249,92,127); }

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