Html Css Color HEX #F058F1 Pink Flamingo

📋 copy color: '#F058F1'

red 240 ◦ green 88 ◦ blue 241

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

Shades of Pink Flamingo #F058F1

Tints of Pink Flamingo #F058F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 42.18%
G = 15.47%
B = 42.36%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F058F1 (or 0xF058F1) is known color: Pink Flamingo. HEX triplet: F0, 58 and F1. RGB value is (240,88,241). Sum of RGB (Red+Green+Blue) = 240+88+241=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 88 (34.77% from 255 or 15.47% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #F058F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058F1 is #0FA70E. Grayscale: #969696. Windows color (decimal): -1025807 or 15816944. OLE color: 15816944.

HSL color Cylindrical-coordinate representation of color #F058F1: hue angle of 299.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058F1 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 88 241 -
CMYK 0.00 0.63 0 0.05
HSL 299.61º 0.85% 0.65% -
HSV(B) 299.61º 0.63% 0.95% -
XYZ 55.3 31.86 86.45 -
YUV 150.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 240 88 241 0.00 0.63 0 0.05 299.61 0.85 0.65
Hex F0 58 F1 0 3F 0 5 12C 55 41
Octal 360 130 361 0 77 0 5 454 125 101
Binary 11110000 1011000 11110001 0 111111 0 101 100101100 1010101 1000001

Color Harmonies of #F058F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058F1

Black with #F058F1

Text Example


Text Example

White with #F058F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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