Html Css Color HEX #F06885 Brink Pink

📋 copy color: '#F06885'

red 240 ◦ green 104 ◦ blue 133

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

Shades of Brink Pink #F06885

Tints of Brink Pink #F06885

RGB

 RED value IS 240 (94.14% from 255) = 50.31%

 GREEN value IS 104 (41.02% from 255) = 21.8%

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

R = 50.31%
G = 21.8%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F06885 (or 0xF06885) is known color: Brink Pink. HEX triplet: F0, 68 and 85. RGB value is (240,104,133). Sum of RGB (Red+Green+Blue) = 240+104+133=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06885 is #0F977A. Grayscale: #939393. Windows color (decimal): -1021819 or 8743152. OLE color: 8743152.

HSL color Cylindrical-coordinate representation of color #F06885: hue angle of 347.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06885 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 104 133 -
CMYK 0 0.57 0.45 0.06
HSL 347.21º 0.82% 0.67% -
HSV(B) 347.21º 0.57% 0.94% -
XYZ 45.12 30.12 25.63 -
YUV 147.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 240 104 133 0 0.57 0.45 0.06 347.21 0.82 0.67
Hex F0 68 85 0 39 2D 6 15B 52 43
Octal 360 150 205 0 71 55 6 533 122 103
Binary 11110000 1101000 10000101 0 111001 101101 110 101011011 1010010 1000011

Color Harmonies of #F06885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06885

Black with #F06885

Text Example


Text Example

White with #F06885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06885; }

 p { color: rgb(240,104,133); }

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

background-color css

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

 a { background-color: rgb(240,104,133); }

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

border-color css

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

 span { border-color: rgb(240,104,133); }

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