Html Css Color HEX #F844FA Pink Flamingo

📋 copy color: '#F844FA'

red 248 ◦ green 68 ◦ blue 250

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

Shades of Pink Flamingo #F844FA

Tints of Pink Flamingo #F844FA

RGB

 RED value IS 248 (97.27% from 255) = 43.82%

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 43.82%
G = 12.01%
B = 44.17%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F844FA (or 0xF844FA) is known color: Pink Flamingo. HEX triplet: F8, 44 and FA. RGB value is (248,68,250). Sum of RGB (Red+Green+Blue) = 248+68+250=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 68 (26.95% from 255 or 12.01% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #F844FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F844FA is #07BB05. Grayscale: #8E8E8E. Windows color (decimal): -506630 or 16401656. OLE color: 16401656.

HSL color Cylindrical-coordinate representation of color #F844FA: hue angle of 299.34º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844FA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 68 250 -
CMYK 0.01 0.73 0 0.02
HSL 299.34º 0.95% 0.62% -
HSV(B) 299.34º 0.73% 0.98% -
XYZ 58.03 30.99 93.37 -
YUV 142.57 188.63 203.2 -
System Red Green Blue C M Y K H S L
Decimal 248 68 250 0.01 0.73 0 0.02 299.34 0.95 0.62
Hex F8 44 FA 1 49 0 2 12B 5F 3E
Octal 370 104 372 1 111 0 2 453 137 76
Binary 11111000 1000100 11111010 1 1001001 0 10 100101011 1011111 111110

Color Harmonies of #F844FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F844FA

Black with #F844FA

Text Example


Text Example

White with #F844FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F844FA; }

 p { color: rgb(248,68,250); }

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

background-color css

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

 a { background-color: rgb(248,68,250); }

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

border-color css

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

 span { border-color: rgb(248,68,250); }

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