Html Css Color HEX #F836FE Pink Flamingo

📋 copy color: '#F836FE'

red 248 ◦ green 54 ◦ blue 254

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

Shades of Pink Flamingo #F836FE

Tints of Pink Flamingo #F836FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.71%

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

R = 44.6%
G = 9.71%
B = 45.68%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F836FE (or 0xF836FE) is known color: Pink Flamingo. HEX triplet: F8, 36 and FE. RGB value is (248,54,254). Sum of RGB (Red+Green+Blue) = 248+54+254=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 54 (21.48% from 255 or 9.71% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #F836FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F836FE is #07C901. Grayscale: #868686. Windows color (decimal): -510210 or 16660216. OLE color: 16660216.

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

Color convert

RGB 248 54 254 -
CMYK 0.02 0.79 0 0.00
HSL 298.2º 0.99% 0.6% -
HSV(B) 298.2º 0.79% 1% -
XYZ 57.92 29.75 96.46 -
YUV 134.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 248 54 254 0.02 0.79 0 0.00 298.2 0.99 0.6
Hex F8 36 FE 2 4F 0 0 12A 63 3C
Octal 370 66 376 2 117 0 0 452 143 74
Binary 11111000 110110 11111110 10 1001111 0 0 100101010 1100011 111100

Color Harmonies of #F836FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F836FE

Black with #F836FE

Text Example


Text Example

White with #F836FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F836FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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