Html Css Color HEX #F249FD Pink Flamingo

📋 copy color: '#F249FD'

red 242 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #F249FD

Tints of Pink Flamingo #F249FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.85%

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

R = 42.61%
G = 12.85%
B = 44.54%

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

#F249FD (or 0xF249FD) is known color: Pink Flamingo. HEX triplet: F2, 49 and FD. RGB value is (242,73,253). Sum of RGB (Red+Green+Blue) = 242+73+253=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #F249FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249FD is #0DB602. Grayscale: #8F8F8F. Windows color (decimal): -898563 or 16599538. OLE color: 16599538.

HSL color Cylindrical-coordinate representation of color #F249FD: hue angle of 296.33º degrees, saturation: 0.98, 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 #F249FD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 73 253 -
CMYK 0.04 0.71 0 0.01
HSL 296.33º 0.98% 0.64% -
HSV(B) 296.33º 0.71% 0.99% -
XYZ 56.73 30.73 95.87 -
YUV 144.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 242 73 253 0.04 0.71 0 0.01 296.33 0.98 0.64
Hex F2 49 FD 4 47 0 1 128 62 40
Octal 362 111 375 4 107 0 1 450 142 100
Binary 11110010 1001001 11111101 100 1000111 0 1 100101000 1100010 1000000

Color Harmonies of #F249FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249FD

Black with #F249FD

Text Example


Text Example

White with #F249FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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