Html Css Color HEX #F66483 Brink Pink

📋 copy color: '#F66483'

red 246 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #F66483

Tints of Brink Pink #F66483

RGB

 RED value IS 246 (96.48% from 255) = 51.57%

 GREEN value IS 100 (39.45% from 255) = 20.96%

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

R = 51.57%
G = 20.96%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F66483 (or 0xF66483) is known color: Brink Pink. HEX triplet: F6, 64 and 83. RGB value is (246,100,131). Sum of RGB (Red+Green+Blue) = 246+100+131=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F66483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66483 is #099B7C. Grayscale: #939393. Windows color (decimal): -629629 or 8611062. OLE color: 8611062.

HSL color Cylindrical-coordinate representation of color #F66483: hue angle of 347.26º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66483 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 100 131 -
CMYK 0 0.59 0.47 0.04
HSL 347.26º 0.89% 0.68% -
HSV(B) 347.26º 0.59% 0.96% -
XYZ 46.66 30.35 24.87 -
YUV 147.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 246 100 131 0 0.59 0.47 0.04 347.26 0.89 0.68
Hex F6 64 83 0 3B 2F 4 15B 59 44
Octal 366 144 203 0 73 57 4 533 131 104
Binary 11110110 1100100 10000011 0 111011 101111 100 101011011 1011001 1000100

Color Harmonies of #F66483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66483

Black with #F66483

Text Example


Text Example

White with #F66483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66483; }

 p { color: rgb(246,100,131); }

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

background-color css

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

 a { background-color: rgb(246,100,131); }

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

border-color css

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

 span { border-color: rgb(246,100,131); }

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