Html Css Color HEX #F35E8D Brink Pink

📋 copy color: '#F35E8D'

red 243 ◦ green 94 ◦ blue 141

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

Shades of Brink Pink #F35E8D

Tints of Brink Pink #F35E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.67%

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

R = 50.84%
G = 19.67%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F35E8D (or 0xF35E8D) is known color: Brink Pink. HEX triplet: F3, 5E and 8D. RGB value is (243,94,141). Sum of RGB (Red+Green+Blue) = 243+94+141=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35E8D is #0CA172. Grayscale: #8F8F8F. Windows color (decimal): -827763 or 9264883. OLE color: 9264883.

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

Color convert

RGB 243 94 141 -
CMYK 0 0.61 0.42 0.05
HSL 341.07º 0.86% 0.66% -
HSV(B) 341.07º 0.61% 0.95% -
XYZ 45.77 28.98 28.38 -
YUV 143.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 243 94 141 0 0.61 0.42 0.05 341.07 0.86 0.66
Hex F3 5E 8D 0 3D 2A 5 155 56 42
Octal 363 136 215 0 75 52 5 525 126 102
Binary 11110011 1011110 10001101 0 111101 101010 101 101010101 1010110 1000010

Color Harmonies of #F35E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35E8D

Black with #F35E8D

Text Example


Text Example

White with #F35E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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