Html Css Color HEX #F365FF Pink Flamingo

📋 copy color: '#F365FF'

red 243 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #F365FF

Tints of Pink Flamingo #F365FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.86%

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

R = 40.57%
G = 16.86%
B = 42.57%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F365FF (or 0xF365FF) is known color: Pink Flamingo. HEX triplet: F3, 65 and FF. RGB value is (243,101,255). Sum of RGB (Red+Green+Blue) = 243+101+255=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F365FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F365FF is #0C9A00. Grayscale: #A0A0A0. Windows color (decimal): -825857 or 16737779. OLE color: 16737779.

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

Color convert

RGB 243 101 255 -
CMYK 0.05 0.60 0 0
HSL 295.32º 1% 0.7% -
HSV(B) 295.32º 0.6% 1% -
XYZ 59.67 35.58 98.33 -
YUV 161.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 243 101 255 0.05 0.60 0 0 295.32 1 0.7
Hex F3 65 FF 5 3C 0 0 127 64 46
Octal 363 145 377 5 74 0 0 447 144 106
Binary 11110011 1100101 11111111 101 111100 0 0 100100111 1100100 1000110

Color Harmonies of #F365FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365FF

Black with #F365FF

Text Example


Text Example

White with #F365FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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