Html Css Color HEX #F35880 Brink Pink

📋 copy color: '#F35880'

red 243 ◦ green 88 ◦ blue 128

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

Shades of Brink Pink #F35880

Tints of Brink Pink #F35880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.17%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 52.94%
G = 19.17%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F35880 (or 0xF35880) is known color: Brink Pink. HEX triplet: F3, 58 and 80. RGB value is (243,88,128). Sum of RGB (Red+Green+Blue) = 243+88+128=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F35880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35880 is #0CA77F. Grayscale: #8A8A8A. Windows color (decimal): -829312 or 8411379. OLE color: 8411379.

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

Color convert

RGB 243 88 128 -
CMYK 0 0.64 0.47 0.05
HSL 344.52º 0.87% 0.65% -
HSV(B) 344.52º 0.64% 0.95% -
XYZ 44.35 27.59 23.41 -
YUV 138.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 243 88 128 0 0.64 0.47 0.05 344.52 0.87 0.65
Hex F3 58 80 0 40 2F 5 159 57 41
Octal 363 130 200 0 100 57 5 531 127 101
Binary 11110011 1011000 10000000 0 1000000 101111 101 101011001 1010111 1000001

Color Harmonies of #F35880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35880

Black with #F35880

Text Example


Text Example

White with #F35880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35880; }

 p { color: rgb(243,88,128); }

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

background-color css

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

 a { background-color: rgb(243,88,128); }

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

border-color css

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

 span { border-color: rgb(243,88,128); }

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