Html Css Color HEX #F94CF3 Pink Flamingo

📋 copy color: '#F94CF3'

red 249 ◦ green 76 ◦ blue 243

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

Shades of Pink Flamingo #F94CF3

Tints of Pink Flamingo #F94CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.78%

R = 43.84%
G = 13.38%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F94CF3 (or 0xF94CF3) is known color: Pink Flamingo. HEX triplet: F9, 4C and F3. RGB value is (249,76,243). Sum of RGB (Red+Green+Blue) = 249+76+243=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CF3 is #06B30C. Grayscale: #929292. Windows color (decimal): -439053 or 15944953. OLE color: 15944953.

HSL color Cylindrical-coordinate representation of color #F94CF3: hue angle of 302.08º degrees, saturation: 0.94, 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 #F94CF3 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 76 243 -
CMYK 0 0.69 0.02 0.02
HSL 302.08º 0.94% 0.64% -
HSV(B) 302.08º 0.69% 0.98% -
XYZ 57.83 31.78 87.88 -
YUV 146.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 249 76 243 0 0.69 0.02 0.02 302.08 0.94 0.64
Hex F9 4C F3 0 45 2 2 12E 5E 40
Octal 371 114 363 0 105 2 2 456 136 100
Binary 11111001 1001100 11110011 0 1000101 10 10 100101110 1011110 1000000

Color Harmonies of #F94CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CF3

Black with #F94CF3

Text Example


Text Example

White with #F94CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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