Html Css Color HEX #F249FA Pink Flamingo

📋 copy color: '#F249FA'

red 242 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #F249FA

Tints of Pink Flamingo #F249FA

RGB

 RED value IS 242 (94.92% from 255) = 42.83%

 GREEN value IS 73 (28.91% from 255) = 12.92%

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

R = 42.83%
G = 12.92%
B = 44.25%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F249FA (or 0xF249FA) is known color: Pink Flamingo. HEX triplet: F2, 49 and FA. RGB value is (242,73,250). Sum of RGB (Red+Green+Blue) = 242+73+250=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 73 (28.91% from 255 or 12.92% 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 #F249FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249FA is #0DB605. Grayscale: #8F8F8F. Windows color (decimal): -898566 or 16402930. OLE color: 16402930.

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

Color convert

RGB 242 73 250 -
CMYK 0.03 0.71 0 0.02
HSL 297.29º 0.95% 0.63% -
HSV(B) 297.29º 0.71% 0.98% -
XYZ 56.26 30.54 93.37 -
YUV 143.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 242 73 250 0.03 0.71 0 0.02 297.29 0.95 0.63
Hex F2 49 FA 3 47 0 2 129 5F 3F
Octal 362 111 372 3 107 0 2 451 137 77
Binary 11110010 1001001 11111010 11 1000111 0 10 100101001 1011111 111111

Color Harmonies of #F249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249FA

Black with #F249FA

Text Example


Text Example

White with #F249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249FA; }

 p { color: rgb(242,73,250); }

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

background-color css

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

 a { background-color: rgb(242,73,250); }

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

border-color css

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

 span { border-color: rgb(242,73,250); }

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