Html Css Color HEX #F247FF Pink Flamingo

📋 copy color: '#F247FF'

red 242 ◦ green 71 ◦ blue 255

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

Shades of Pink Flamingo #F247FF

Tints of Pink Flamingo #F247FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 42.61%
G = 12.5%
B = 44.89%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F247FF (or 0xF247FF) is known color: Pink Flamingo. HEX triplet: F2, 47 and FF. RGB value is (242,71,255). Sum of RGB (Red+Green+Blue) = 242+71+255=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 71 (28.12% from 255 or 12.5% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #F247FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247FF is #0DB800. Grayscale: #8E8E8E. Windows color (decimal): -899073 or 16730098. OLE color: 16730098.

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

Color convert

RGB 242 71 255 -
CMYK 0.05 0.72 0 0
HSL 295.76º 1% 0.64% -
HSV(B) 295.76º 0.72% 1% -
XYZ 56.92 30.6 97.51 -
YUV 143.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 242 71 255 0.05 0.72 0 0 295.76 1 0.64
Hex F2 47 FF 5 48 0 0 128 64 40
Octal 362 107 377 5 110 0 0 450 144 100
Binary 11110010 1000111 11111111 101 1001000 0 0 100101000 1100100 1000000

Color Harmonies of #F247FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247FF

Black with #F247FF

Text Example


Text Example

White with #F247FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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