Html Css Color HEX #F35DFF Pink Flamingo

📋 copy color: '#F35DFF'

red 243 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #F35DFF

Tints of Pink Flamingo #F35DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.74%

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

R = 41.12%
G = 15.74%
B = 43.15%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F35DFF (or 0xF35DFF) is known color: Pink Flamingo. HEX triplet: F3, 5D and FF. RGB value is (243,93,255). Sum of RGB (Red+Green+Blue) = 243+93+255=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F35DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35DFF is #0CA200. Grayscale: #9B9B9B. Windows color (decimal): -827905 or 16735731. OLE color: 16735731.

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

Color convert

RGB 243 93 255 -
CMYK 0.05 0.64 0 0
HSL 295.56º 1% 0.68% -
HSV(B) 295.56º 0.64% 1% -
XYZ 58.93 34.1 98.08 -
YUV 156.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 243 93 255 0.05 0.64 0 0 295.56 1 0.68
Hex F3 5D FF 5 40 0 0 128 64 44
Octal 363 135 377 5 100 0 0 450 144 104
Binary 11110011 1011101 11111111 101 1000000 0 0 100101000 1100100 1000100

Color Harmonies of #F35DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35DFF

Black with #F35DFF

Text Example


Text Example

White with #F35DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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