Html Css Color HEX #F35D8D Brink Pink

📋 copy color: '#F35D8D'

red 243 ◦ green 93 ◦ blue 141

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

Shades of Brink Pink #F35D8D

Tints of Brink Pink #F35D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 50.94%
G = 19.5%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F35D8D (or 0xF35D8D) is known color: Brink Pink. HEX triplet: F3, 5D and 8D. RGB value is (243,93,141). Sum of RGB (Red+Green+Blue) = 243+93+141=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35D8D is #0CA272. Grayscale: #8F8F8F. Windows color (decimal): -828019 or 9264627. OLE color: 9264627.

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

Color convert

RGB 243 93 141 -
CMYK 0 0.62 0.42 0.05
HSL 340.8º 0.86% 0.66% -
HSV(B) 340.8º 0.62% 0.95% -
XYZ 45.68 28.81 28.35 -
YUV 143.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 243 93 141 0 0.62 0.42 0.05 340.8 0.86 0.66
Hex F3 5D 8D 0 3E 2A 5 155 56 42
Octal 363 135 215 0 76 52 5 525 126 102
Binary 11110011 1011101 10001101 0 111110 101010 101 101010101 1010110 1000010

Color Harmonies of #F35D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D8D

Black with #F35D8D

Text Example


Text Example

White with #F35D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D8D; }

 p { color: rgb(243,93,141); }

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

background-color css

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

 a { background-color: rgb(243,93,141); }

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

border-color css

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

 span { border-color: rgb(243,93,141); }

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