Html Css Color HEX #F35C83 Brink Pink

📋 copy color: '#F35C83'

red 243 ◦ green 92 ◦ blue 131

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

Shades of Brink Pink #F35C83

Tints of Brink Pink #F35C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 52.15%
G = 19.74%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F35C83 (or 0xF35C83) is known color: Brink Pink. HEX triplet: F3, 5C and 83. RGB value is (243,92,131). Sum of RGB (Red+Green+Blue) = 243+92+131=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35C83 is #0CA37C. Grayscale: #8D8D8D. Windows color (decimal): -828285 or 8609011. OLE color: 8609011.

HSL color Cylindrical-coordinate representation of color #F35C83: hue angle of 344.5º 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 #F35C83 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 92 131 -
CMYK 0 0.62 0.46 0.05
HSL 344.5º 0.86% 0.66% -
HSV(B) 344.5º 0.62% 0.95% -
XYZ 44.89 28.35 24.58 -
YUV 141.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 243 92 131 0 0.62 0.46 0.05 344.5 0.86 0.66
Hex F3 5C 83 0 3E 2E 5 159 56 42
Octal 363 134 203 0 76 56 5 531 126 102
Binary 11110011 1011100 10000011 0 111110 101110 101 101011001 1010110 1000010

Color Harmonies of #F35C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C83

Black with #F35C83

Text Example


Text Example

White with #F35C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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