Html Css Color HEX #F240FC Pink Flamingo

📋 copy color: '#F240FC'

red 242 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #F240FC

Tints of Pink Flamingo #F240FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 43.37%
G = 11.47%
B = 45.16%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F240FC (or 0xF240FC) is known color: Pink Flamingo. HEX triplet: F2, 40 and FC. RGB value is (242,64,252). Sum of RGB (Red+Green+Blue) = 242+64+252=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 64 (25.39% from 255 or 11.47% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #F240FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F240FC is #0DBF03. Grayscale: #8A8A8A. Windows color (decimal): -900868 or 16531698. OLE color: 16531698.

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

Color convert

RGB 242 64 252 -
CMYK 0.04 0.75 0 0.01
HSL 296.81º 0.97% 0.62% -
HSV(B) 296.81º 0.75% 0.99% -
XYZ 56.02 29.57 94.85 -
YUV 138.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 242 64 252 0.04 0.75 0 0.01 296.81 0.97 0.62
Hex F2 40 FC 4 4B 0 1 129 61 3E
Octal 362 100 374 4 113 0 1 451 141 76
Binary 11110010 1000000 11111100 100 1001011 0 1 100101001 1100001 111110

Color Harmonies of #F240FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F240FC

Black with #F240FC

Text Example


Text Example

White with #F240FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F240FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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