Html Css Color HEX #F35C80 Brink Pink

📋 copy color: '#F35C80'

red 243 ◦ green 92 ◦ blue 128

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

Shades of Brink Pink #F35C80

Tints of Brink Pink #F35C80

RGB

 RED value IS 243 (95.31% from 255) = 52.48%

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

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 52.48%
G = 19.87%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F35C80 (or 0xF35C80) is known color: Brink Pink. HEX triplet: F3, 5C and 80. RGB value is (243,92,128). Sum of RGB (Red+Green+Blue) = 243+92+128=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35C80 is #0CA37F. Grayscale: #8D8D8D. Windows color (decimal): -828288 or 8412403. OLE color: 8412403.

HSL color Cylindrical-coordinate representation of color #F35C80: hue angle of 345.7º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35C80 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 92 128 -
CMYK 0 0.62 0.47 0.05
HSL 345.7º 0.86% 0.66% -
HSV(B) 345.7º 0.62% 0.95% -
XYZ 44.69 28.27 23.52 -
YUV 141.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 243 92 128 0 0.62 0.47 0.05 345.7 0.86 0.66
Hex F3 5C 80 0 3E 2F 5 15A 56 42
Octal 363 134 200 0 76 57 5 532 126 102
Binary 11110011 1011100 10000000 0 111110 101111 101 101011010 1010110 1000010

Color Harmonies of #F35C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C80

Black with #F35C80

Text Example


Text Example

White with #F35C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C80; }

 p { color: rgb(243,92,128); }

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

background-color css

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

 a { background-color: rgb(243,92,128); }

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

border-color css

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

 span { border-color: rgb(243,92,128); }

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