Html Css Color HEX #F94BFB Pink Flamingo

📋 copy color: '#F94BFB'

red 249 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #F94BFB

Tints of Pink Flamingo #F94BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 43.3%
G = 13.04%
B = 43.65%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F94BFB (or 0xF94BFB) is known color: Pink Flamingo. HEX triplet: F9, 4B and FB. RGB value is (249,75,251). Sum of RGB (Red+Green+Blue) = 249+75+251=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 75 (29.69% from 255 or 13.04% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #F94BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94BFB is #06B404. Grayscale: #929292. Windows color (decimal): -439301 or 16468985. OLE color: 16468985.

HSL color Cylindrical-coordinate representation of color #F94BFB: hue angle of 299.32º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94BFB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 75 251 -
CMYK 0.01 0.70 0 0.02
HSL 299.32º 0.96% 0.64% -
HSV(B) 299.32º 0.7% 0.98% -
XYZ 59 32.14 94.36 -
YUV 147.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 249 75 251 0.01 0.70 0 0.02 299.32 0.96 0.64
Hex F9 4B FB 1 46 0 2 12B 60 40
Octal 371 113 373 1 106 0 2 453 140 100
Binary 11111001 1001011 11111011 1 1000110 0 10 100101011 1100000 1000000

Color Harmonies of #F94BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94BFB

Black with #F94BFB

Text Example


Text Example

White with #F94BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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