Html Css Color HEX #F240FE Pink Flamingo

📋 copy color: '#F240FE'

red 242 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #F240FE

Tints of Pink Flamingo #F240FE

RGB

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

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

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

R = 43.21%
G = 11.43%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F240FE (or 0xF240FE) is known color: Pink Flamingo. HEX triplet: F2, 40 and FE. RGB value is (242,64,254). Sum of RGB (Red+Green+Blue) = 242+64+254=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #F240FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F240FE is #0DBF01. Grayscale: #8A8A8A. Windows color (decimal): -900866 or 16662770. OLE color: 16662770.

HSL color Cylindrical-coordinate representation of color #F240FE: hue angle of 296.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F240FE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 64 254 -
CMYK 0.05 0.75 0 0.00
HSL 296.21º 0.99% 0.62% -
HSV(B) 296.21º 0.75% 1% -
XYZ 56.34 29.7 96.53 -
YUV 138.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 242 64 254 0.05 0.75 0 0.00 296.21 0.99 0.62
Hex F2 40 FE 5 4B 0 0 128 63 3E
Octal 362 100 376 5 113 0 0 450 143 76
Binary 11110010 1000000 11111110 101 1001011 0 0 100101000 1100011 111110

Color Harmonies of #F240FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F240FE

Black with #F240FE

Text Example


Text Example

White with #F240FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F240FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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