Html Css Color HEX #F248FE Pink Flamingo

📋 copy color: '#F248FE'

red 242 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #F248FE

Tints of Pink Flamingo #F248FE

RGB

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

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

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

R = 42.61%
G = 12.68%
B = 44.72%

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

#F248FE (or 0xF248FE) is known color: Pink Flamingo. HEX triplet: F2, 48 and FE. RGB value is (242,72,254). Sum of RGB (Red+Green+Blue) = 242+72+254=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 72 (28.52% from 255 or 12.68% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #F248FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248FE is #0DB701. Grayscale: #8F8F8F. Windows color (decimal): -898818 or 16664818. OLE color: 16664818.

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

Color convert

RGB 242 72 254 -
CMYK 0.05 0.72 0 0.00
HSL 296.04º 0.99% 0.64% -
HSV(B) 296.04º 0.72% 1% -
XYZ 56.82 30.67 96.69 -
YUV 143.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 242 72 254 0.05 0.72 0 0.00 296.04 0.99 0.64
Hex F2 48 FE 5 48 0 0 128 63 40
Octal 362 110 376 5 110 0 0 450 143 100
Binary 11110010 1001000 11111110 101 1001000 0 0 100101000 1100011 1000000

Color Harmonies of #F248FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248FE

Black with #F248FE

Text Example


Text Example

White with #F248FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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