Html Css Color HEX #F94CFA Pink Flamingo

📋 copy color: '#F94CFA'

red 249 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #F94CFA

Tints of Pink Flamingo #F94CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.22%

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

R = 43.3%
G = 13.22%
B = 43.48%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F94CFA (or 0xF94CFA) is known color: Pink Flamingo. HEX triplet: F9, 4C and FA. RGB value is (249,76,250). Sum of RGB (Red+Green+Blue) = 249+76+250=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 76 (30.08% from 255 or 13.22% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #F94CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CFA is #06B305. Grayscale: #939393. Windows color (decimal): -439046 or 16403705. OLE color: 16403705.

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

Color convert

RGB 249 76 250 -
CMYK 0.00 0.70 0 0.02
HSL 299.66º 0.95% 0.64% -
HSV(B) 299.66º 0.7% 0.98% -
XYZ 58.91 32.21 93.56 -
YUV 147.56 185.81 200.35 -
System Red Green Blue C M Y K H S L
Decimal 249 76 250 0.00 0.70 0 0.02 299.66 0.95 0.64
Hex F9 4C FA 0 46 0 2 12C 5F 40
Octal 371 114 372 0 106 0 2 454 137 100
Binary 11111001 1001100 11111010 0 1000110 0 10 100101100 1011111 1000000

Color Harmonies of #F94CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CFA

Black with #F94CFA

Text Example


Text Example

White with #F94CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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