Html Css Color HEX #F36982 Brink Pink

📋 copy color: '#F36982'

red 243 ◦ green 105 ◦ blue 130

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

Shades of Brink Pink #F36982

Tints of Brink Pink #F36982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 50.84%
G = 21.97%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F36982 (or 0xF36982) is known color: Brink Pink. HEX triplet: F3, 69 and 82. RGB value is (243,105,130). Sum of RGB (Red+Green+Blue) = 243+105+130=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F36982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36982 is #0C967D. Grayscale: #959595. Windows color (decimal): -824958 or 8546803. OLE color: 8546803.

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

Color convert

RGB 243 105 130 -
CMYK 0 0.57 0.47 0.05
HSL 349.13º 0.85% 0.68% -
HSV(B) 349.13º 0.57% 0.95% -
XYZ 46.04 30.77 24.63 -
YUV 149.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 243 105 130 0 0.57 0.47 0.05 349.13 0.85 0.68
Hex F3 69 82 0 39 2F 5 15D 55 44
Octal 363 151 202 0 71 57 5 535 125 104
Binary 11110011 1101001 10000010 0 111001 101111 101 101011101 1010101 1000100

Color Harmonies of #F36982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36982

Black with #F36982

Text Example


Text Example

White with #F36982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36982; }

 p { color: rgb(243,105,130); }

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

background-color css

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

 a { background-color: rgb(243,105,130); }

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

border-color css

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

 span { border-color: rgb(243,105,130); }

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