Html Css Color HEX #F45885 Brink Pink

📋 copy color: '#F45885'

red 244 ◦ green 88 ◦ blue 133

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

Shades of Brink Pink #F45885

Tints of Brink Pink #F45885

RGB

 RED value IS 244 (95.7% from 255) = 52.47%

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

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

R = 52.47%
G = 18.92%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45885 (or 0xF45885) is known color: Brink Pink. HEX triplet: F4, 58 and 85. RGB value is (244,88,133). Sum of RGB (Red+Green+Blue) = 244+88+133=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F45885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45885 is #0BA77A. Grayscale: #8B8B8B. Windows color (decimal): -763771 or 8739060. OLE color: 8739060.

HSL color Cylindrical-coordinate representation of color #F45885: hue angle of 342.69º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45885 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 88 133 -
CMYK 0 0.64 0.45 0.04
HSL 342.69º 0.88% 0.65% -
HSV(B) 342.69º 0.64% 0.96% -
XYZ 45.03 27.91 25.2 -
YUV 139.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 244 88 133 0 0.64 0.45 0.04 342.69 0.88 0.65
Hex F4 58 85 0 40 2D 4 157 58 41
Octal 364 130 205 0 100 55 4 527 130 101
Binary 11110100 1011000 10000101 0 1000000 101101 100 101010111 1011000 1000001

Color Harmonies of #F45885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45885

Black with #F45885

Text Example


Text Example

White with #F45885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45885; }

 p { color: rgb(244,88,133); }

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

background-color css

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

 a { background-color: rgb(244,88,133); }

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

border-color css

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

 span { border-color: rgb(244,88,133); }

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