Html Css Color HEX #F445FA Pink Flamingo

📋 copy color: '#F445FA'

red 244 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #F445FA

Tints of Pink Flamingo #F445FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 43.34%
G = 12.26%
B = 44.4%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F445FA (or 0xF445FA) is known color: Pink Flamingo. HEX triplet: F4, 45 and FA. RGB value is (244,69,250). Sum of RGB (Red+Green+Blue) = 244+69+250=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #F445FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F445FA is #0BBA05. Grayscale: #8D8D8D. Windows color (decimal): -768518 or 16401908. OLE color: 16401908.

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

Color convert

RGB 244 69 250 -
CMYK 0.02 0.72 0 0.02
HSL 298.01º 0.95% 0.63% -
HSV(B) 298.01º 0.72% 0.98% -
XYZ 56.69 30.39 93.32 -
YUV 141.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 244 69 250 0.02 0.72 0 0.02 298.01 0.95 0.63
Hex F4 45 FA 2 48 0 2 12A 5F 3F
Octal 364 105 372 2 110 0 2 452 137 77
Binary 11110100 1000101 11111010 10 1001000 0 10 100101010 1011111 111111

Color Harmonies of #F445FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F445FA

Black with #F445FA

Text Example


Text Example

White with #F445FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F445FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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