Html Css Color HEX #F158F0 Pink Flamingo

📋 copy color: '#F158F0'

red 241 ◦ green 88 ◦ blue 240

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

Shades of Pink Flamingo #F158F0

Tints of Pink Flamingo #F158F0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #F158F0: hue angle of 300.39º 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 #F158F0 is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

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

Color Harmonies of #F158F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158F0

Black with #F158F0

Text Example


Text Example

White with #F158F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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