Html Css Color HEX #F940FF Pink Flamingo

📋 copy color: '#F940FF'

red 249 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #F940FF

Tints of Pink Flamingo #F940FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.27%

 BLUE value IS 255 (100% from 255) = 44.89%

R = 43.84%
G = 11.27%
B = 44.89%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F940FF (or 0xF940FF) is known color: Pink Flamingo. HEX triplet: F9, 40 and FF. RGB value is (249,64,255). Sum of RGB (Red+Green+Blue) = 249+64+255=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 64 (25.39% from 255 or 11.27% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #F940FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F940FF is #06BF00. Grayscale: #8C8C8C. Windows color (decimal): -442113 or 16728313. OLE color: 16728313.

HSL color Cylindrical-coordinate representation of color #F940FF: hue angle of 298.12º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F940FF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 64 255 -
CMYK 0.02 0.75 0 0
HSL 298.12º 1% 0.63% -
HSV(B) 298.12º 0.75% 1% -
XYZ 58.95 31.03 97.49 -
YUV 141.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 249 64 255 0.02 0.75 0 0 298.12 1 0.63
Hex F9 40 FF 2 4B 0 0 12A 64 3F
Octal 371 100 377 2 113 0 0 452 144 77
Binary 11111001 1000000 11111111 10 1001011 0 0 100101010 1100100 111111

Color Harmonies of #F940FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940FF

Black with #F940FF

Text Example


Text Example

White with #F940FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940FF; }

 p { color: rgb(249,64,255); }

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

background-color css

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

 a { background-color: rgb(249,64,255); }

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

border-color css

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

 span { border-color: rgb(249,64,255); }

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