Html Css Color HEX #F358FE Pink Flamingo

📋 copy color: '#F358FE'

red 243 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #F358FE

Tints of Pink Flamingo #F358FE

RGB

 RED value IS 243 (95.31% from 255) = 41.54%

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 41.54%
G = 15.04%
B = 43.42%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F358FE (or 0xF358FE) is known color: Pink Flamingo. HEX triplet: F3, 58 and FE. RGB value is (243,88,254). Sum of RGB (Red+Green+Blue) = 243+88+254=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 88 (34.77% from 255 or 15.04% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F358FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F358FE is #0CA701. Grayscale: #989898. Windows color (decimal): -829186 or 16668915. OLE color: 16668915.

HSL color Cylindrical-coordinate representation of color #F358FE: hue angle of 296.02º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F358FE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 88 254 -
CMYK 0.04 0.65 0 0.00
HSL 296.02º 0.99% 0.67% -
HSV(B) 296.02º 0.65% 1% -
XYZ 58.34 33.19 97.1 -
YUV 153.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 243 88 254 0.04 0.65 0 0.00 296.02 0.99 0.67
Hex F3 58 FE 4 41 0 0 128 63 43
Octal 363 130 376 4 101 0 0 450 143 103
Binary 11110011 1011000 11111110 100 1000001 0 0 100101000 1100011 1000011

Color Harmonies of #F358FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358FE

Black with #F358FE

Text Example


Text Example

White with #F358FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358FE; }

 p { color: rgb(243,88,254); }

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

background-color css

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

 a { background-color: rgb(243,88,254); }

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

border-color css

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

 span { border-color: rgb(243,88,254); }

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