Html Css Color HEX #F353FA Pink Flamingo

📋 copy color: '#F353FA'

red 243 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #F353FA

Tints of Pink Flamingo #F353FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 42.19%
G = 14.41%
B = 43.4%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F353FA (or 0xF353FA) is known color: Pink Flamingo. HEX triplet: F3, 53 and FA. RGB value is (243,83,250). Sum of RGB (Red+Green+Blue) = 243+83+250=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F353FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353FA is #0CAC05. Grayscale: #959595. Windows color (decimal): -830470 or 16405491. OLE color: 16405491.

HSL color Cylindrical-coordinate representation of color #F353FA: hue angle of 297.49º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F353FA is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 83 250 -
CMYK 0.03 0.67 0 0.02
HSL 297.49º 0.94% 0.65% -
HSV(B) 297.49º 0.67% 0.98% -
XYZ 57.31 32.14 93.63 -
YUV 149.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 243 83 250 0.03 0.67 0 0.02 297.49 0.94 0.65
Hex F3 53 FA 3 43 0 2 129 5E 41
Octal 363 123 372 3 103 0 2 451 136 101
Binary 11110011 1010011 11111010 11 1000011 0 10 100101001 1011110 1000001

Color Harmonies of #F353FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353FA

Black with #F353FA

Text Example


Text Example

White with #F353FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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