Html Css Color HEX #F834FE Pink Flamingo

📋 copy color: '#F834FE'

red 248 ◦ green 52 ◦ blue 254

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

Shades of Pink Flamingo #F834FE

Tints of Pink Flamingo #F834FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.39%

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

R = 44.77%
G = 9.39%
B = 45.85%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F834FE (or 0xF834FE) is known color: Pink Flamingo. HEX triplet: F8, 34 and FE. RGB value is (248,52,254). Sum of RGB (Red+Green+Blue) = 248+52+254=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 52 (20.70% from 255 or 9.39% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #F834FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F834FE is #07CB01. Grayscale: #858585. Windows color (decimal): -510722 or 16659704. OLE color: 16659704.

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

Color convert

RGB 248 52 254 -
CMYK 0.02 0.80 0 0.00
HSL 298.22º 0.99% 0.6% -
HSV(B) 298.22º 0.8% 1% -
XYZ 57.83 29.57 96.43 -
YUV 133.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 248 52 254 0.02 0.80 0 0.00 298.22 0.99 0.6
Hex F8 34 FE 2 50 0 0 12A 63 3C
Octal 370 64 376 2 120 0 0 452 143 74
Binary 11111000 110100 11111110 10 1010000 0 0 100101010 1100011 111100

Color Harmonies of #F834FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F834FE

Black with #F834FE

Text Example


Text Example

White with #F834FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F834FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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