Html Css Color HEX #F248FD Pink Flamingo

📋 copy color: '#F248FD'

red 242 ◦ green 72 ◦ blue 253

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

Shades of Pink Flamingo #F248FD

Tints of Pink Flamingo #F248FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 42.68%
G = 12.7%
B = 44.62%

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

#F248FD (or 0xF248FD) is known color: Pink Flamingo. HEX triplet: F2, 48 and FD. RGB value is (242,72,253). Sum of RGB (Red+Green+Blue) = 242+72+253=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 72 (28.52% from 255 or 12.70% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #F248FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248FD is #0DB702. Grayscale: #8E8E8E. Windows color (decimal): -898819 or 16599282. OLE color: 16599282.

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

Color convert

RGB 242 72 253 -
CMYK 0.04 0.72 0 0.01
HSL 296.35º 0.98% 0.64% -
HSV(B) 296.35º 0.72% 0.99% -
XYZ 56.66 30.6 95.85 -
YUV 143.46 189.82 198.28 -
System Red Green Blue C M Y K H S L
Decimal 242 72 253 0.04 0.72 0 0.01 296.35 0.98 0.64
Hex F2 48 FD 4 48 0 1 128 62 40
Octal 362 110 375 4 110 0 1 450 142 100
Binary 11110010 1001000 11111101 100 1001000 0 1 100101000 1100010 1000000

Color Harmonies of #F248FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248FD

Black with #F248FD

Text Example


Text Example

White with #F248FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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