Html Css Color HEX #F942FA Pink Flamingo

📋 copy color: '#F942FA'

red 249 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #F942FA

Tints of Pink Flamingo #F942FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.68%

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

R = 44.07%
G = 11.68%
B = 44.25%

CMYK

 C value IS 0.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F942FA (or 0xF942FA) is known color: Pink Flamingo. HEX triplet: F9, 42 and FA. RGB value is (249,66,250). Sum of RGB (Red+Green+Blue) = 249+66+250=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 66 (26.17% from 255 or 11.68% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #F942FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942FA is #06BD05. Grayscale: #8D8D8D. Windows color (decimal): -441606 or 16401145. OLE color: 16401145.

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

Color convert

RGB 249 66 250 -
CMYK 0.00 0.74 0 0.02
HSL 299.67º 0.95% 0.62% -
HSV(B) 299.67º 0.74% 0.98% -
XYZ 58.27 30.94 93.34 -
YUV 141.69 189.13 204.54 -
System Red Green Blue C M Y K H S L
Decimal 249 66 250 0.00 0.74 0 0.02 299.67 0.95 0.62
Hex F9 42 FA 0 4A 0 2 12C 5F 3E
Octal 371 102 372 0 112 0 2 454 137 76
Binary 11111001 1000010 11111010 0 1001010 0 10 100101100 1011111 111110

Color Harmonies of #F942FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942FA

Black with #F942FA

Text Example


Text Example

White with #F942FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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