Html Css Color HEX #F445F8 Pink Flamingo

📋 copy color: '#F445F8'

red 244 ◦ green 69 ◦ blue 248

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

Shades of Pink Flamingo #F445F8

Tints of Pink Flamingo #F445F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.21%

R = 43.49%
G = 12.3%
B = 44.21%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F445F8 (or 0xF445F8) is known color: Pink Flamingo. HEX triplet: F4, 45 and F8. RGB value is (244,69,248). Sum of RGB (Red+Green+Blue) = 244+69+248=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #F445F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F445F8 is #0BBA07. Grayscale: #8D8D8D. Windows color (decimal): -768520 or 16270836. OLE color: 16270836.

HSL color Cylindrical-coordinate representation of color #F445F8: hue angle of 298.66º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F445F8 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 244 69 248 -
CMYK 0.02 0.72 0 0.03
HSL 298.66º 0.93% 0.62% -
HSV(B) 298.66º 0.72% 0.97% -
XYZ 56.38 30.27 91.68 -
YUV 141.73 187.98 200.95 -
System Red Green Blue C M Y K H S L
Decimal 244 69 248 0.02 0.72 0 0.03 298.66 0.93 0.62
Hex F4 45 F8 2 48 0 3 12B 5D 3E
Octal 364 105 370 2 110 0 3 453 135 76
Binary 11110100 1000101 11111000 10 1001000 0 11 100101011 1011101 111110

Color Harmonies of #F445F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F445F8

Black with #F445F8

Text Example


Text Example

White with #F445F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F445F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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