Html Css Color HEX #F94DFA Pink Flamingo

📋 copy color: '#F94DFA'

red 249 ◦ green 77 ◦ blue 250

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

Shades of Pink Flamingo #F94DFA

Tints of Pink Flamingo #F94DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.37%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 43.23%
G = 13.37%
B = 43.4%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F94DFA (or 0xF94DFA) is known color: Pink Flamingo. HEX triplet: F9, 4D and FA. RGB value is (249,77,250). Sum of RGB (Red+Green+Blue) = 249+77+250=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F94DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DFA is #06B205. Grayscale: #939393. Windows color (decimal): -438790 or 16403961. OLE color: 16403961.

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

Color convert

RGB 249 77 250 -
CMYK 0.00 0.69 0 0.02
HSL 299.65º 0.95% 0.64% -
HSV(B) 299.65º 0.69% 0.98% -
XYZ 58.98 32.35 93.58 -
YUV 148.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 249 77 250 0.00 0.69 0 0.02 299.65 0.95 0.64
Hex F9 4D FA 0 45 0 2 12C 5F 40
Octal 371 115 372 0 105 0 2 454 137 100
Binary 11111001 1001101 11111010 0 1000101 0 10 100101100 1011111 1000000

Color Harmonies of #F94DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DFA

Black with #F94DFA

Text Example


Text Example

White with #F94DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DFA; }

 p { color: rgb(249,77,250); }

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

background-color css

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

 a { background-color: rgb(249,77,250); }

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

border-color css

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

 span { border-color: rgb(249,77,250); }

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