Html Css Color HEX #F842FE Pink Flamingo

📋 copy color: '#F842FE'

red 248 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #F842FE

Tints of Pink Flamingo #F842FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.62%

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

R = 43.66%
G = 11.62%
B = 44.72%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F842FE (or 0xF842FE) is known color: Pink Flamingo. HEX triplet: F8, 42 and FE. RGB value is (248,66,254). Sum of RGB (Red+Green+Blue) = 248+66+254=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 66 (26.17% from 255 or 11.62% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #F842FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F842FE is #07BD01. Grayscale: #8D8D8D. Windows color (decimal): -507138 or 16663288. OLE color: 16663288.

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

Color convert

RGB 248 66 254 -
CMYK 0.02 0.74 0 0.00
HSL 298.09º 0.99% 0.63% -
HSV(B) 298.09º 0.74% 1% -
XYZ 58.55 31.01 96.67 -
YUV 141.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 248 66 254 0.02 0.74 0 0.00 298.09 0.99 0.63
Hex F8 42 FE 2 4A 0 0 12A 63 3F
Octal 370 102 376 2 112 0 0 452 143 77
Binary 11111000 1000010 11111110 10 1001010 0 0 100101010 1100011 111111

Color Harmonies of #F842FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842FE

Black with #F842FE

Text Example


Text Example

White with #F842FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842FE; }

 p { color: rgb(248,66,254); }

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

background-color css

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

 a { background-color: rgb(248,66,254); }

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

border-color css

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

 span { border-color: rgb(248,66,254); }

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