Html Css Color HEX #F35D8C Brink Pink

📋 copy color: '#F35D8C'

red 243 ◦ green 93 ◦ blue 140

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

Shades of Brink Pink #F35D8C

Tints of Brink Pink #F35D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 51.05%
G = 19.54%
B = 29.41%

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

#F35D8C (or 0xF35D8C) is known color: Brink Pink. HEX triplet: F3, 5D and 8C. RGB value is (243,93,140). Sum of RGB (Red+Green+Blue) = 243+93+140=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35D8C is #0CA273. Grayscale: #8F8F8F. Windows color (decimal): -828020 or 9199091. OLE color: 9199091.

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

Color convert

RGB 243 93 140 -
CMYK 0 0.62 0.42 0.05
HSL 341.2º 0.86% 0.66% -
HSV(B) 341.2º 0.62% 0.95% -
XYZ 45.61 28.78 27.96 -
YUV 143.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 243 93 140 0 0.62 0.42 0.05 341.2 0.86 0.66
Hex F3 5D 8C 0 3E 2A 5 155 56 42
Octal 363 135 214 0 76 52 5 525 126 102
Binary 11110011 1011101 10001100 0 111110 101010 101 101010101 1010110 1000010

Color Harmonies of #F35D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D8C

Black with #F35D8C

Text Example


Text Example

White with #F35D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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