Html Css Color HEX #F945FE Pink Flamingo

📋 copy color: '#F945FE'

red 249 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #F945FE

Tints of Pink Flamingo #F945FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.06%

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 43.53%
G = 12.06%
B = 44.41%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F945FE (or 0xF945FE) is known color: Pink Flamingo. HEX triplet: F9, 45 and FE. RGB value is (249,69,254). Sum of RGB (Red+Green+Blue) = 249+69+254=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 69 (27.34% from 255 or 12.06% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #F945FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945FE is #06BA01. Grayscale: #8F8F8F. Windows color (decimal): -440834 or 16664057. OLE color: 16664057.

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

Color convert

RGB 249 69 254 -
CMYK 0.02 0.73 0 0.00
HSL 298.38º 0.99% 0.63% -
HSV(B) 298.38º 0.73% 1% -
XYZ 59.08 31.55 96.74 -
YUV 143.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 249 69 254 0.02 0.73 0 0.00 298.38 0.99 0.63
Hex F9 45 FE 2 49 0 0 12A 63 3F
Octal 371 105 376 2 111 0 0 452 143 77
Binary 11111001 1000101 11111110 10 1001001 0 0 100101010 1100011 111111

Color Harmonies of #F945FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F945FE

Black with #F945FE

Text Example


Text Example

White with #F945FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F945FE; }

 p { color: rgb(249,69,254); }

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

background-color css

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

 a { background-color: rgb(249,69,254); }

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

border-color css

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

 span { border-color: rgb(249,69,254); }

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