Html Css Color HEX #F945FB Pink Flamingo

📋 copy color: '#F945FB'

red 249 ◦ green 69 ◦ blue 251

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

Shades of Pink Flamingo #F945FB

Tints of Pink Flamingo #F945FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.13%

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

R = 43.76%
G = 12.13%
B = 44.11%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F945FB (or 0xF945FB) is known color: Pink Flamingo. HEX triplet: F9, 45 and FB. RGB value is (249,69,251). Sum of RGB (Red+Green+Blue) = 249+69+251=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 69 (27.34% from 255 or 12.13% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #F945FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945FB is #06BA04. Grayscale: #8F8F8F. Windows color (decimal): -440837 or 16467449. OLE color: 16467449.

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

Color convert

RGB 249 69 251 -
CMYK 0.01 0.73 0 0.02
HSL 299.34º 0.96% 0.63% -
HSV(B) 299.34º 0.73% 0.98% -
XYZ 58.61 31.36 94.23 -
YUV 143.57 188.63 203.2 -
System Red Green Blue C M Y K H S L
Decimal 249 69 251 0.01 0.73 0 0.02 299.34 0.96 0.63
Hex F9 45 FB 1 49 0 2 12B 60 3F
Octal 371 105 373 1 111 0 2 453 140 77
Binary 11111001 1000101 11111011 1 1001001 0 10 100101011 1100000 111111

Color Harmonies of #F945FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F945FB

Black with #F945FB

Text Example


Text Example

White with #F945FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F945FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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