Html Css Color HEX #F3608E Brink Pink

📋 copy color: '#F3608E'

red 243 ◦ green 96 ◦ blue 142

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

Shades of Brink Pink #F3608E

Tints of Brink Pink #F3608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 50.52%
G = 19.96%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3608E (or 0xF3608E) is known color: Brink Pink. HEX triplet: F3, 60 and 8E. RGB value is (243,96,142). Sum of RGB (Red+Green+Blue) = 243+96+142=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3608E is #0C9F71. Grayscale: #919191. Windows color (decimal): -827250 or 9330931. OLE color: 9330931.

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

Color convert

RGB 243 96 142 -
CMYK 0 0.60 0.42 0.05
HSL 341.22º 0.86% 0.66% -
HSV(B) 341.22º 0.6% 0.95% -
XYZ 46.03 29.37 28.83 -
YUV 145.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 243 96 142 0 0.60 0.42 0.05 341.22 0.86 0.66
Hex F3 60 8E 0 3C 2A 5 155 56 42
Octal 363 140 216 0 74 52 5 525 126 102
Binary 11110011 1100000 10001110 0 111100 101010 101 101010101 1010110 1000010

Color Harmonies of #F3608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3608E

Black with #F3608E

Text Example


Text Example

White with #F3608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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