Html Css Color HEX #F248FC Pink Flamingo

📋 copy color: '#F248FC'

red 242 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #F248FC

Tints of Pink Flamingo #F248FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.72%

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

R = 42.76%
G = 12.72%
B = 44.52%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F248FC (or 0xF248FC) is known color: Pink Flamingo. HEX triplet: F2, 48 and FC. RGB value is (242,72,252). Sum of RGB (Red+Green+Blue) = 242+72+252=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 72 (28.52% from 255 or 12.72% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #F248FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248FC is #0DB703. Grayscale: #8E8E8E. Windows color (decimal): -898820 or 16533746. OLE color: 16533746.

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

Color convert

RGB 242 72 252 -
CMYK 0.04 0.71 0 0.01
HSL 296.67º 0.97% 0.64% -
HSV(B) 296.67º 0.71% 0.99% -
XYZ 56.51 30.54 95.01 -
YUV 143.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 242 72 252 0.04 0.71 0 0.01 296.67 0.97 0.64
Hex F2 48 FC 4 47 0 1 129 61 40
Octal 362 110 374 4 107 0 1 451 141 100
Binary 11110010 1001000 11111100 100 1000111 0 1 100101001 1100001 1000000

Color Harmonies of #F248FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248FC

Black with #F248FC

Text Example


Text Example

White with #F248FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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