Html Css Color HEX #F246FA Pink Flamingo

📋 copy color: '#F246FA'

red 242 ◦ green 70 ◦ blue 250

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

Shades of Pink Flamingo #F246FA

Tints of Pink Flamingo #F246FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.46%

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

R = 43.06%
G = 12.46%
B = 44.48%

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

#F246FA (or 0xF246FA) is known color: Pink Flamingo. HEX triplet: F2, 46 and FA. RGB value is (242,70,250). Sum of RGB (Red+Green+Blue) = 242+70+250=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #F246FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FA is #0DB905. Grayscale: #8D8D8D. Windows color (decimal): -899334 or 16402162. OLE color: 16402162.

HSL color Cylindrical-coordinate representation of color #F246FA: hue angle of 297.33º 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 #F246FA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 70 250 -
CMYK 0.03 0.72 0 0.02
HSL 297.33º 0.95% 0.63% -
HSV(B) 297.33º 0.72% 0.98% -
XYZ 56.06 30.16 93.31 -
YUV 141.95 188.98 199.36 -
System Red Green Blue C M Y K H S L
Decimal 242 70 250 0.03 0.72 0 0.02 297.33 0.95 0.63
Hex F2 46 FA 3 48 0 2 129 5F 3F
Octal 362 106 372 3 110 0 2 451 137 77
Binary 11110010 1000110 11111010 11 1001000 0 10 100101001 1011111 111111

Color Harmonies of #F246FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246FA

Black with #F246FA

Text Example


Text Example

White with #F246FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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