Html Css Color HEX #F844FD Pink Flamingo

📋 copy color: '#F844FD'

red 248 ◦ green 68 ◦ blue 253

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

Shades of Pink Flamingo #F844FD

Tints of Pink Flamingo #F844FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 43.59%
G = 11.95%
B = 44.46%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F844FD (or 0xF844FD) is known color: Pink Flamingo. HEX triplet: F8, 44 and FD. RGB value is (248,68,253). Sum of RGB (Red+Green+Blue) = 248+68+253=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 68 (26.95% from 255 or 11.95% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #F844FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F844FD is #07BB02. Grayscale: #8E8E8E. Windows color (decimal): -506627 or 16598264. OLE color: 16598264.

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

Color convert

RGB 248 68 253 -
CMYK 0.02 0.73 0 0.01
HSL 298.38º 0.98% 0.63% -
HSV(B) 298.38º 0.73% 0.99% -
XYZ 58.51 31.18 95.86 -
YUV 142.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 248 68 253 0.02 0.73 0 0.01 298.38 0.98 0.63
Hex F8 44 FD 2 49 0 1 12A 62 3F
Octal 370 104 375 2 111 0 1 452 142 77
Binary 11111000 1000100 11111101 10 1001001 0 1 100101010 1100010 111111

Color Harmonies of #F844FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F844FD

Black with #F844FD

Text Example


Text Example

White with #F844FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F844FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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