Html Css Color HEX #F941FC Pink Flamingo

📋 copy color: '#F941FC'

red 249 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #F941FC

Tints of Pink Flamingo #F941FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.48%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 43.99%
G = 11.48%
B = 44.52%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F941FC (or 0xF941FC) is known color: Pink Flamingo. HEX triplet: F9, 41 and FC. RGB value is (249,65,252). Sum of RGB (Red+Green+Blue) = 249+65+252=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 65 (25.78% from 255 or 11.48% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #F941FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F941FC is #06BE03. Grayscale: #8C8C8C. Windows color (decimal): -441860 or 16531961. OLE color: 16531961.

HSL color Cylindrical-coordinate representation of color #F941FC: hue angle of 299.04º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941FC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 65 252 -
CMYK 0.01 0.74 0 0.01
HSL 299.04º 0.97% 0.62% -
HSV(B) 299.04º 0.74% 0.99% -
XYZ 58.53 30.95 94.98 -
YUV 141.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 249 65 252 0.01 0.74 0 0.01 299.04 0.97 0.62
Hex F9 41 FC 1 4A 0 1 12B 61 3E
Octal 371 101 374 1 112 0 1 453 141 76
Binary 11111001 1000001 11111100 1 1001010 0 1 100101011 1100001 111110

Color Harmonies of #F941FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F941FC

Black with #F941FC

Text Example


Text Example

White with #F941FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F941FC; }

 p { color: rgb(249,65,252); }

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

background-color css

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

 a { background-color: rgb(249,65,252); }

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

border-color css

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

 span { border-color: rgb(249,65,252); }

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