Html Css Color HEX #F66283 Brink Pink

📋 copy color: '#F66283'

red 246 ◦ green 98 ◦ blue 131

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

Shades of Brink Pink #F66283

Tints of Brink Pink #F66283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.63%

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

R = 51.79%
G = 20.63%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F66283 (or 0xF66283) is known color: Brink Pink. HEX triplet: F6, 62 and 83. RGB value is (246,98,131). Sum of RGB (Red+Green+Blue) = 246+98+131=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F66283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66283 is #099D7C. Grayscale: #929292. Windows color (decimal): -630141 or 8610550. OLE color: 8610550.

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

Color convert

RGB 246 98 131 -
CMYK 0 0.60 0.47 0.04
HSL 346.62º 0.89% 0.67% -
HSV(B) 346.62º 0.6% 0.96% -
XYZ 46.47 29.97 24.81 -
YUV 146.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 246 98 131 0 0.60 0.47 0.04 346.62 0.89 0.67
Hex F6 62 83 0 3C 2F 4 15B 59 43
Octal 366 142 203 0 74 57 4 533 131 103
Binary 11110110 1100010 10000011 0 111100 101111 100 101011011 1011001 1000011

Color Harmonies of #F66283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66283

Black with #F66283

Text Example


Text Example

White with #F66283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66283; }

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

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

background-color css

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

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

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

border-color css

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

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

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