Html Css Color HEX #F244F4 Pink Flamingo

📋 copy color: '#F244F4'

red 242 ◦ green 68 ◦ blue 244

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

Shades of Pink Flamingo #F244F4

Tints of Pink Flamingo #F244F4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.27%

 BLUE value IS 244 (95.7% from 255) = 44.04%

R = 43.68%
G = 12.27%
B = 44.04%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F244F4 (or 0xF244F4) is known color: Pink Flamingo. HEX triplet: F2, 44 and F4. RGB value is (242,68,244). Sum of RGB (Red+Green+Blue) = 242+68+244=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 68 (26.95% from 255 or 12.27% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #F244F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F244F4 is #0DBB0B. Grayscale: #8B8B8B. Windows color (decimal): -899852 or 16008434. OLE color: 16008434.

HSL color Cylindrical-coordinate representation of color #F244F4: hue angle of 299.32º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F244F4 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 68 244 -
CMYK 0.01 0.72 0 0.04
HSL 299.32º 0.89% 0.61% -
HSV(B) 299.32º 0.72% 0.96% -
XYZ 55.01 29.54 88.39 -
YUV 140.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 242 68 244 0.01 0.72 0 0.04 299.32 0.89 0.61
Hex F2 44 F4 1 48 0 4 12B 59 3D
Octal 362 104 364 1 110 0 4 453 131 75
Binary 11110010 1000100 11110100 1 1001000 0 100 100101011 1011001 111101

Color Harmonies of #F244F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F244F4

Black with #F244F4

Text Example


Text Example

White with #F244F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F244F4; }

 p { color: rgb(242,68,244); }

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

background-color css

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

 a { background-color: rgb(242,68,244); }

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

border-color css

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

 span { border-color: rgb(242,68,244); }

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