Html Css Color HEX #F058F8 Pink Flamingo

📋 copy color: '#F058F8'

red 240 ◦ green 88 ◦ blue 248

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

Shades of Pink Flamingo #F058F8

Tints of Pink Flamingo #F058F8

RGB

 RED value IS 240 (94.14% from 255) = 41.67%

 GREEN value IS 88 (34.77% from 255) = 15.28%

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

R = 41.67%
G = 15.28%
B = 43.06%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F058F8 (or 0xF058F8) is known color: Pink Flamingo. HEX triplet: F0, 58 and F8. RGB value is (240,88,248). Sum of RGB (Red+Green+Blue) = 240+88+248=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #F058F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058F8 is #0FA707. Grayscale: #979797. Windows color (decimal): -1025800 or 16275696. OLE color: 16275696.

HSL color Cylindrical-coordinate representation of color #F058F8: hue angle of 297º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F058F8 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 88 248 -
CMYK 0.03 0.65 0 0.03
HSL 297º 0.92% 0.66% -
HSV(B) 297º 0.65% 0.97% -
XYZ 56.37 32.28 92.07 -
YUV 151.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 240 88 248 0.03 0.65 0 0.03 297 0.92 0.66
Hex F0 58 F8 3 41 0 3 129 5C 42
Octal 360 130 370 3 101 0 3 451 134 102
Binary 11110000 1011000 11111000 11 1000001 0 11 100101001 1011100 1000010

Color Harmonies of #F058F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058F8

Black with #F058F8

Text Example


Text Example

White with #F058F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058F8; }

 p { color: rgb(240,88,248); }

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

background-color css

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

 a { background-color: rgb(240,88,248); }

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

border-color css

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

 span { border-color: rgb(240,88,248); }

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