Html Css Color HEX #F246FE Pink Flamingo

📋 copy color: '#F246FE'

red 242 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #F246FE

Tints of Pink Flamingo #F246FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 42.76%
G = 12.37%
B = 44.88%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F246FE (or 0xF246FE) is known color: Pink Flamingo. HEX triplet: F2, 46 and FE. RGB value is (242,70,254). Sum of RGB (Red+Green+Blue) = 242+70+254=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 70 (27.73% from 255 or 12.37% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #F246FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FE is #0DB901. Grayscale: #8D8D8D. Windows color (decimal): -899330 or 16664306. OLE color: 16664306.

HSL color Cylindrical-coordinate representation of color #F246FE: hue angle of 296.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F246FE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 70 254 -
CMYK 0.05 0.72 0 0.00
HSL 296.09º 0.99% 0.64% -
HSV(B) 296.09º 0.72% 1% -
XYZ 56.7 30.41 96.65 -
YUV 142.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 242 70 254 0.05 0.72 0 0.00 296.09 0.99 0.64
Hex F2 46 FE 5 48 0 0 128 63 40
Octal 362 106 376 5 110 0 0 450 143 100
Binary 11110010 1000110 11111110 101 1001000 0 0 100101000 1100011 1000000

Color Harmonies of #F246FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246FE

Black with #F246FE

Text Example


Text Example

White with #F246FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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