Html Css Color HEX #F240F9 Pink Flamingo

📋 copy color: '#F240F9'

red 242 ◦ green 64 ◦ blue 249

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

Shades of Pink Flamingo #F240F9

Tints of Pink Flamingo #F240F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.53%

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

R = 43.6%
G = 11.53%
B = 44.86%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F240F9 (or 0xF240F9) is known color: Pink Flamingo. HEX triplet: F2, 40 and F9. RGB value is (242,64,249). Sum of RGB (Red+Green+Blue) = 242+64+249=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #F240F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F240F9 is #0DBF06. Grayscale: #898989. Windows color (decimal): -900871 or 16335090. OLE color: 16335090.

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

Color convert

RGB 242 64 249 -
CMYK 0.03 0.74 0 0.02
HSL 297.73º 0.94% 0.61% -
HSV(B) 297.73º 0.74% 0.98% -
XYZ 55.55 29.38 92.37 -
YUV 138.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 242 64 249 0.03 0.74 0 0.02 297.73 0.94 0.61
Hex F2 40 F9 3 4A 0 2 12A 5E 3D
Octal 362 100 371 3 112 0 2 452 136 75
Binary 11110010 1000000 11111001 11 1001010 0 10 100101010 1011110 111101

Color Harmonies of #F240F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F240F9

Black with #F240F9

Text Example


Text Example

White with #F240F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F240F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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