Html Css Color HEX #F834FF Pink Flamingo

📋 copy color: '#F834FF'

red 248 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #F834FF

Tints of Pink Flamingo #F834FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 44.68%
G = 9.37%
B = 45.95%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F834FF (or 0xF834FF) is known color: Pink Flamingo. HEX triplet: F8, 34 and FF. RGB value is (248,52,255). Sum of RGB (Red+Green+Blue) = 248+52+255=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 52 (20.70% from 255 or 9.37% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #F834FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F834FF is #07CB00. Grayscale: #858585. Windows color (decimal): -510721 or 16725240. OLE color: 16725240.

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

Color convert

RGB 248 52 255 -
CMYK 0.03 0.80 0 0
HSL 297.93º 1% 0.6% -
HSV(B) 297.93º 0.8% 1% -
XYZ 57.99 29.63 97.27 -
YUV 133.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 248 52 255 0.03 0.80 0 0 297.93 1 0.6
Hex F8 34 FF 3 50 0 0 12A 64 3C
Octal 370 64 377 3 120 0 0 452 144 74
Binary 11111000 110100 11111111 11 1010000 0 0 100101010 1100100 111100

Color Harmonies of #F834FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F834FF

Black with #F834FF

Text Example


Text Example

White with #F834FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F834FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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