Html Css Color HEX #F355FD Pink Flamingo

📋 copy color: '#F355FD'

red 243 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #F355FD

Tints of Pink Flamingo #F355FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.63%

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 41.82%
G = 14.63%
B = 43.55%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F355FD (or 0xF355FD) is known color: Pink Flamingo. HEX triplet: F3, 55 and FD. RGB value is (243,85,253). Sum of RGB (Red+Green+Blue) = 243+85+253=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 85 (33.59% from 255 or 14.63% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #F355FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355FD is #0CAA02. Grayscale: #969696. Windows color (decimal): -829955 or 16602611. OLE color: 16602611.

HSL color Cylindrical-coordinate representation of color #F355FD: hue angle of 296.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F355FD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 85 253 -
CMYK 0.04 0.66 0 0.01
HSL 296.43º 0.98% 0.66% -
HSV(B) 296.43º 0.66% 0.99% -
XYZ 57.94 32.64 96.18 -
YUV 151.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 243 85 253 0.04 0.66 0 0.01 296.43 0.98 0.66
Hex F3 55 FD 4 42 0 1 128 62 42
Octal 363 125 375 4 102 0 1 450 142 102
Binary 11110011 1010101 11111101 100 1000010 0 1 100101000 1100010 1000010

Color Harmonies of #F355FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F355FD

Black with #F355FD

Text Example


Text Example

White with #F355FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F355FD; }

 p { color: rgb(243,85,253); }

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

background-color css

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

 a { background-color: rgb(243,85,253); }

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

border-color css

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

 span { border-color: rgb(243,85,253); }

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