Html Css Color HEX #F247FA Pink Flamingo

📋 copy color: '#F247FA'

red 242 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #F247FA

Tints of Pink Flamingo #F247FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.61%

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

R = 42.98%
G = 12.61%
B = 44.4%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F247FA (or 0xF247FA) is known color: Pink Flamingo. HEX triplet: F2, 47 and FA. RGB value is (242,71,250). Sum of RGB (Red+Green+Blue) = 242+71+250=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 71 (28.12% from 255 or 12.61% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #F247FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247FA is #0DB805. Grayscale: #8D8D8D. Windows color (decimal): -899078 or 16402418. OLE color: 16402418.

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

Color convert

RGB 242 71 250 -
CMYK 0.03 0.72 0 0.02
HSL 297.32º 0.95% 0.63% -
HSV(B) 297.32º 0.72% 0.98% -
XYZ 56.13 30.29 93.33 -
YUV 142.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 242 71 250 0.03 0.72 0 0.02 297.32 0.95 0.63
Hex F2 47 FA 3 48 0 2 129 5F 3F
Octal 362 107 372 3 110 0 2 451 137 77
Binary 11110010 1000111 11111010 11 1001000 0 10 100101001 1011111 111111

Color Harmonies of #F247FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247FA

Black with #F247FA

Text Example


Text Example

White with #F247FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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