Html Css Color HEX #F445FB Pink Flamingo

📋 copy color: '#F445FB'

red 244 ◦ green 69 ◦ blue 251

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

Shades of Pink Flamingo #F445FB

Tints of Pink Flamingo #F445FB

RGB

 RED value IS 244 (95.7% from 255) = 43.26%

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

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

R = 43.26%
G = 12.23%
B = 44.5%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F445FB (or 0xF445FB) is known color: Pink Flamingo. HEX triplet: F4, 45 and FB. RGB value is (244,69,251). Sum of RGB (Red+Green+Blue) = 244+69+251=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #F445FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F445FB is #0BBA04. Grayscale: #8D8D8D. Windows color (decimal): -768517 or 16467444. OLE color: 16467444.

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

Color convert

RGB 244 69 251 -
CMYK 0.03 0.73 0 0.02
HSL 297.69º 0.96% 0.63% -
HSV(B) 297.69º 0.73% 0.98% -
XYZ 56.85 30.45 94.15 -
YUV 142.07 189.48 200.7 -
System Red Green Blue C M Y K H S L
Decimal 244 69 251 0.03 0.73 0 0.02 297.69 0.96 0.63
Hex F4 45 FB 3 49 0 2 12A 60 3F
Octal 364 105 373 3 111 0 2 452 140 77
Binary 11110100 1000101 11111011 11 1001001 0 10 100101010 1100000 111111

Color Harmonies of #F445FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F445FB

Black with #F445FB

Text Example


Text Example

White with #F445FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F445FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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