Html Css Color HEX #F247FC Pink Flamingo

📋 copy color: '#F247FC'

red 242 ◦ green 71 ◦ blue 252

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

Shades of Pink Flamingo #F247FC

Tints of Pink Flamingo #F247FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 42.83%
G = 12.57%
B = 44.6%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F247FC (or 0xF247FC) is known color: Pink Flamingo. HEX triplet: F2, 47 and FC. RGB value is (242,71,252). Sum of RGB (Red+Green+Blue) = 242+71+252=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 71 (28.12% from 255 or 12.57% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #F247FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247FC is #0DB803. Grayscale: #8E8E8E. Windows color (decimal): -899076 or 16533490. OLE color: 16533490.

HSL color Cylindrical-coordinate representation of color #F247FC: hue angle of 296.69º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F247FC is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 71 252 -
CMYK 0.04 0.72 0 0.01
HSL 296.69º 0.97% 0.63% -
HSV(B) 296.69º 0.72% 0.99% -
XYZ 56.44 30.41 94.99 -
YUV 142.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 242 71 252 0.04 0.72 0 0.01 296.69 0.97 0.63
Hex F2 47 FC 4 48 0 1 129 61 3F
Octal 362 107 374 4 110 0 1 451 141 77
Binary 11110010 1000111 11111100 100 1001000 0 1 100101001 1100001 111111

Color Harmonies of #F247FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247FC

Black with #F247FC

Text Example


Text Example

White with #F247FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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