Html Css Color HEX #F94BFE Pink Flamingo

📋 copy color: '#F94BFE'

red 249 ◦ green 75 ◦ blue 254

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

Shades of Pink Flamingo #F94BFE

Tints of Pink Flamingo #F94BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 12.98%

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

R = 43.08%
G = 12.98%
B = 43.94%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F94BFE (or 0xF94BFE) is known color: Pink Flamingo. HEX triplet: F9, 4B and FE. RGB value is (249,75,254). Sum of RGB (Red+Green+Blue) = 249+75+254=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 75 (29.69% from 255 or 12.98% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F94BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94BFE is #06B401. Grayscale: #929292. Windows color (decimal): -439298 or 16665593. OLE color: 16665593.

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

Color convert

RGB 249 75 254 -
CMYK 0.02 0.70 0 0.00
HSL 298.32º 0.99% 0.65% -
HSV(B) 298.32º 0.7% 1% -
XYZ 59.47 32.33 96.87 -
YUV 147.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 249 75 254 0.02 0.70 0 0.00 298.32 0.99 0.65
Hex F9 4B FE 2 46 0 0 12A 63 41
Octal 371 113 376 2 106 0 0 452 143 101
Binary 11111001 1001011 11111110 10 1000110 0 0 100101010 1100011 1000001

Color Harmonies of #F94BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94BFE

Black with #F94BFE

Text Example


Text Example

White with #F94BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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