Html Css Color HEX #F353FF Pink Flamingo

📋 copy color: '#F353FF'

red 243 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #F353FF

Tints of Pink Flamingo #F353FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.29%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 41.82%
G = 14.29%
B = 43.89%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F353FF (or 0xF353FF) is known color: Pink Flamingo. HEX triplet: F3, 53 and FF. RGB value is (243,83,255). Sum of RGB (Red+Green+Blue) = 243+83+255=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 83 (32.81% from 255 or 14.29% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F353FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353FF is #0CAC00. Grayscale: #959595. Windows color (decimal): -830465 or 16733171. OLE color: 16733171.

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

Color convert

RGB 243 83 255 -
CMYK 0.05 0.67 0 0
HSL 295.81º 1% 0.66% -
HSV(B) 295.81º 0.67% 1% -
XYZ 58.11 32.46 97.81 -
YUV 150.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 243 83 255 0.05 0.67 0 0 295.81 1 0.66
Hex F3 53 FF 5 43 0 0 128 64 42
Octal 363 123 377 5 103 0 0 450 144 102
Binary 11110011 1010011 11111111 101 1000011 0 0 100101000 1100100 1000010

Color Harmonies of #F353FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353FF

Black with #F353FF

Text Example


Text Example

White with #F353FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353FF; }

 p { color: rgb(243,83,255); }

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

background-color css

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

 a { background-color: rgb(243,83,255); }

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

border-color css

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

 span { border-color: rgb(243,83,255); }

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