Html Css Color HEX #F353F6 Pink Flamingo

📋 copy color: '#F353F6'

red 243 ◦ green 83 ◦ blue 246

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

Shades of Pink Flamingo #F353F6

Tints of Pink Flamingo #F353F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.01%

R = 42.48%
G = 14.51%
B = 43.01%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F353F6 (or 0xF353F6) is known color: Pink Flamingo. HEX triplet: F3, 53 and F6. RGB value is (243,83,246). Sum of RGB (Red+Green+Blue) = 243+83+246=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 83 (32.81% from 255 or 14.51% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #F353F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353F6 is #0CAC09. Grayscale: #949494. Windows color (decimal): -830474 or 16143347. OLE color: 16143347.

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

Color convert

RGB 243 83 246 -
CMYK 0.01 0.66 0 0.04
HSL 298.9º 0.9% 0.65% -
HSV(B) 298.9º 0.66% 0.96% -
XYZ 56.69 31.9 90.36 -
YUV 149.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 243 83 246 0.01 0.66 0 0.04 298.9 0.9 0.65
Hex F3 53 F6 1 42 0 4 12B 5A 41
Octal 363 123 366 1 102 0 4 453 132 101
Binary 11110011 1010011 11110110 1 1000010 0 100 100101011 1011010 1000001

Color Harmonies of #F353F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353F6

Black with #F353F6

Text Example


Text Example

White with #F353F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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