Html Css Color HEX #F934FE Pink Flamingo

📋 copy color: '#F934FE'

red 249 ◦ green 52 ◦ blue 254

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

Shades of Pink Flamingo #F934FE

Tints of Pink Flamingo #F934FE

RGB

 RED value IS 249 (97.66% from 255) = 44.86%

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

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

R = 44.86%
G = 9.37%
B = 45.77%

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

#F934FE (or 0xF934FE) is known color: Pink Flamingo. HEX triplet: F9, 34 and FE. RGB value is (249,52,254). Sum of RGB (Red+Green+Blue) = 249+52+254=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 52 (20.70% from 255 or 9.37% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #F934FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F934FE is #06CB01. Grayscale: #858585. Windows color (decimal): -445186 or 16659705. OLE color: 16659705.

HSL color Cylindrical-coordinate representation of color #F934FE: hue angle of 298.51º 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 #F934FE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 249 52 254 -
CMYK 0.02 0.80 0 0.00
HSL 298.51º 0.99% 0.6% -
HSV(B) 298.51º 0.8% 1% -
XYZ 58.18 29.75 96.44 -
YUV 133.93 195.77 210.07 -
System Red Green Blue C M Y K H S L
Decimal 249 52 254 0.02 0.80 0 0.00 298.51 0.99 0.6
Hex F9 34 FE 2 50 0 0 12B 63 3C
Octal 371 64 376 2 120 0 0 453 143 74
Binary 11111001 110100 11111110 10 1010000 0 0 100101011 1100011 111100

Color Harmonies of #F934FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F934FE

Black with #F934FE

Text Example


Text Example

White with #F934FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F934FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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