Html Css Color HEX #F966F3 Pink Flamingo

📋 copy color: '#F966F3'

red 249 ◦ green 102 ◦ blue 243

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

Shades of Pink Flamingo #F966F3

Tints of Pink Flamingo #F966F3

RGB

 RED value IS 249 (97.66% from 255) = 41.92%

 GREEN value IS 102 (40.23% from 255) = 17.17%

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 41.92%
G = 17.17%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F966F3 (or 0xF966F3) is known color: Pink Flamingo. HEX triplet: F9, 66 and F3. RGB value is (249,102,243). Sum of RGB (Red+Green+Blue) = 249+102+243=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F966F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966F3 is #06990C. Grayscale: #A1A1A1. Windows color (decimal): -432397 or 15951609. OLE color: 15951609.

HSL color Cylindrical-coordinate representation of color #F966F3: hue angle of 302.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966F3 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 243 -
CMYK 0 0.59 0.02 0.02
HSL 302.45º 0.92% 0.69% -
HSV(B) 302.45º 0.59% 0.98% -
XYZ 60 36.11 88.6 -
YUV 162.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 249 102 243 0 0.59 0.02 0.02 302.45 0.92 0.69
Hex F9 66 F3 0 3B 2 2 12E 5C 45
Octal 371 146 363 0 73 2 2 456 134 105
Binary 11111001 1100110 11110011 0 111011 10 10 100101110 1011100 1000101

Color Harmonies of #F966F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966F3

Black with #F966F3

Text Example


Text Example

White with #F966F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966F3; }

 p { color: rgb(249,102,243); }

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

background-color css

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

 a { background-color: rgb(249,102,243); }

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

border-color css

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

 span { border-color: rgb(249,102,243); }

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