Html Css Color HEX #F358F8 Pink Flamingo

📋 copy color: '#F358F8'

red 243 ◦ green 88 ◦ blue 248

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

Shades of Pink Flamingo #F358F8

Tints of Pink Flamingo #F358F8

RGB

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

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

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

R = 41.97%
G = 15.2%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F358F8 (or 0xF358F8) is known color: Pink Flamingo. HEX triplet: F3, 58 and F8. RGB value is (243,88,248). Sum of RGB (Red+Green+Blue) = 243+88+248=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 88 (34.77% from 255 or 15.20% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #F358F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F358F8 is #0CA707. Grayscale: #989898. Windows color (decimal): -829192 or 16275699. OLE color: 16275699.

HSL color Cylindrical-coordinate representation of color #F358F8: hue angle of 298.12º 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 #F358F8 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 243 88 248 -
CMYK 0.02 0.65 0 0.03
HSL 298.13º 0.92% 0.66% -
HSV(B) 298.13º 0.65% 0.97% -
XYZ 57.4 32.81 92.12 -
YUV 152.59 181.85 192.49 -
System Red Green Blue C M Y K H S L
Decimal 243 88 248 0.02 0.65 0 0.03 298.13 0.92 0.66
Hex F3 58 F8 2 41 0 3 12A 5C 42
Octal 363 130 370 2 101 0 3 452 134 102
Binary 11110011 1011000 11111000 10 1000001 0 11 100101010 1011100 1000010

Color Harmonies of #F358F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358F8

Black with #F358F8

Text Example


Text Example

White with #F358F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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