Html Css Color HEX #F353FD Pink Flamingo

📋 copy color: '#F353FD'

red 243 ◦ green 83 ◦ blue 253

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

Shades of Pink Flamingo #F353FD

Tints of Pink Flamingo #F353FD

RGB

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

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

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

R = 41.97%
G = 14.34%
B = 43.7%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F353FD (or 0xF353FD) is known color: Pink Flamingo. HEX triplet: F3, 53 and FD. RGB value is (243,83,253). Sum of RGB (Red+Green+Blue) = 243+83+253=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #F353FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353FD is #0CAC02. Grayscale: #959595. Windows color (decimal): -830467 or 16602099. OLE color: 16602099.

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

Color convert

RGB 243 83 253 -
CMYK 0.04 0.67 0 0.01
HSL 296.47º 0.98% 0.66% -
HSV(B) 296.47º 0.67% 0.99% -
XYZ 57.79 32.33 96.12 -
YUV 150.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 243 83 253 0.04 0.67 0 0.01 296.47 0.98 0.66
Hex F3 53 FD 4 43 0 1 128 62 42
Octal 363 123 375 4 103 0 1 450 142 102
Binary 11110011 1010011 11111101 100 1000011 0 1 100101000 1100010 1000010

Color Harmonies of #F353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353FD

Black with #F353FD

Text Example


Text Example

White with #F353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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