Html Css Color HEX #F968F1 Pink Flamingo

📋 copy color: '#F968F1'

red 249 ◦ green 104 ◦ blue 241

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

Shades of Pink Flamingo #F968F1

Tints of Pink Flamingo #F968F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 41.92%
G = 17.51%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F968F1 (or 0xF968F1) is known color: Pink Flamingo. HEX triplet: F9, 68 and F1. RGB value is (249,104,241). Sum of RGB (Red+Green+Blue) = 249+104+241=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F968F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968F1 is #06970E. Grayscale: #A2A2A2. Windows color (decimal): -431887 or 15821049. OLE color: 15821049.

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

Color convert

RGB 249 104 241 -
CMYK 0 0.58 0.03 0.02
HSL 303.31º 0.92% 0.69% -
HSV(B) 303.31º 0.58% 0.98% -
XYZ 59.89 36.39 87.09 -
YUV 162.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 249 104 241 0 0.58 0.03 0.02 303.31 0.92 0.69
Hex F9 68 F1 0 3A 3 2 12F 5C 45
Octal 371 150 361 0 72 3 2 457 134 105
Binary 11111001 1101000 11110001 0 111010 11 10 100101111 1011100 1000101

Color Harmonies of #F968F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968F1

Black with #F968F1

Text Example


Text Example

White with #F968F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968F1; }

 p { color: rgb(249,104,241); }

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

background-color css

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

 a { background-color: rgb(249,104,241); }

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

border-color css

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

 span { border-color: rgb(249,104,241); }

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