Html Css Color HEX #F06883 Brink Pink

📋 copy color: '#F06883'

red 240 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #F06883

Tints of Brink Pink #F06883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.58%

R = 50.53%
G = 21.89%
B = 27.58%

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

#F06883 (or 0xF06883) is known color: Brink Pink. HEX triplet: F0, 68 and 83. RGB value is (240,104,131). Sum of RGB (Red+Green+Blue) = 240+104+131=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F06883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06883 is #0F977C. Grayscale: #939393. Windows color (decimal): -1021821 or 8612080. OLE color: 8612080.

HSL color Cylindrical-coordinate representation of color #F06883: hue angle of 348.09º 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 #F06883 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 104 131 -
CMYK 0 0.57 0.45 0.06
HSL 348.09º 0.82% 0.67% -
HSV(B) 348.09º 0.57% 0.94% -
XYZ 44.98 30.06 24.9 -
YUV 147.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 240 104 131 0 0.57 0.45 0.06 348.09 0.82 0.67
Hex F0 68 83 0 39 2D 6 15C 52 43
Octal 360 150 203 0 71 55 6 534 122 103
Binary 11110000 1101000 10000011 0 111001 101101 110 101011100 1010010 1000011

Color Harmonies of #F06883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06883

Black with #F06883

Text Example


Text Example

White with #F06883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06883; }

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

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

background-color css

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

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

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

border-color css

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

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

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