Html Css Color HEX #F251F9 Pink Flamingo

📋 copy color: '#F251F9'

red 242 ◦ green 81 ◦ blue 249

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

Shades of Pink Flamingo #F251F9

Tints of Pink Flamingo #F251F9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.16%

 BLUE value IS 249 (97.66% from 255) = 43.53%

R = 42.31%
G = 14.16%
B = 43.53%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F251F9 (or 0xF251F9) is known color: Pink Flamingo. HEX triplet: F2, 51 and F9. RGB value is (242,81,249). Sum of RGB (Red+Green+Blue) = 242+81+249=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #F251F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251F9 is #0DAE06. Grayscale: #939393. Windows color (decimal): -896519 or 16339442. OLE color: 16339442.

HSL color Cylindrical-coordinate representation of color #F251F9: hue angle of 297.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251F9 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 81 249 -
CMYK 0.03 0.67 0 0.02
HSL 297.5º 0.93% 0.65% -
HSV(B) 297.5º 0.67% 0.98% -
XYZ 56.66 31.6 92.74 -
YUV 148.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 242 81 249 0.03 0.67 0 0.02 297.5 0.93 0.65
Hex F2 51 F9 3 43 0 2 12A 5D 41
Octal 362 121 371 3 103 0 2 452 135 101
Binary 11110010 1010001 11111001 11 1000011 0 10 100101010 1011101 1000001

Color Harmonies of #F251F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251F9

Black with #F251F9

Text Example


Text Example

White with #F251F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251F9; }

 p { color: rgb(242,81,249); }

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

background-color css

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

 a { background-color: rgb(242,81,249); }

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

border-color css

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

 span { border-color: rgb(242,81,249); }

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