Html Css Color HEX #F247FE Pink Flamingo

📋 copy color: '#F247FE'

red 242 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #F247FE

Tints of Pink Flamingo #F247FE

RGB

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

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

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

R = 42.68%
G = 12.52%
B = 44.8%

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

#F247FE (or 0xF247FE) is known color: Pink Flamingo. HEX triplet: F2, 47 and FE. RGB value is (242,71,254). Sum of RGB (Red+Green+Blue) = 242+71+254=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 71 (28.12% from 255 or 12.52% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #F247FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247FE is #0DB801. Grayscale: #8E8E8E. Windows color (decimal): -899074 or 16664562. OLE color: 16664562.

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

Color convert

RGB 242 71 254 -
CMYK 0.05 0.72 0 0.00
HSL 296.07º 0.99% 0.64% -
HSV(B) 296.07º 0.72% 1% -
XYZ 56.76 30.54 96.67 -
YUV 142.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 242 71 254 0.05 0.72 0 0.00 296.07 0.99 0.64
Hex F2 47 FE 5 48 0 0 128 63 40
Octal 362 107 376 5 110 0 0 450 143 100
Binary 11110010 1000111 11111110 101 1001000 0 0 100101000 1100011 1000000

Color Harmonies of #F247FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247FE

Black with #F247FE

Text Example


Text Example

White with #F247FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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