Html Css Color HEX #F36085 Brink Pink

📋 copy color: '#F36085'

red 243 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #F36085

Tints of Brink Pink #F36085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 51.48%
G = 20.34%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F36085 (or 0xF36085) is known color: Brink Pink. HEX triplet: F3, 60 and 85. RGB value is (243,96,133). Sum of RGB (Red+Green+Blue) = 243+96+133=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F36085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36085 is #0C9F7A. Grayscale: #909090. Windows color (decimal): -827259 or 8741107. OLE color: 8741107.

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

Color convert

RGB 243 96 133 -
CMYK 0 0.60 0.45 0.05
HSL 344.9º 0.86% 0.66% -
HSV(B) 344.9º 0.6% 0.95% -
XYZ 45.38 29.11 25.42 -
YUV 144.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 243 96 133 0 0.60 0.45 0.05 344.9 0.86 0.66
Hex F3 60 85 0 3C 2D 5 159 56 42
Octal 363 140 205 0 74 55 5 531 126 102
Binary 11110011 1100000 10000101 0 111100 101101 101 101011001 1010110 1000010

Color Harmonies of #F36085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36085

Black with #F36085

Text Example


Text Example

White with #F36085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36085; }

 p { color: rgb(243,96,133); }

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

background-color css

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

 a { background-color: rgb(243,96,133); }

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

border-color css

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

 span { border-color: rgb(243,96,133); }

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