Html Css Color HEX #F368F0 Pink Flamingo

📋 copy color: '#F368F0'

red 243 ◦ green 104 ◦ blue 240

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

Shades of Pink Flamingo #F368F0

Tints of Pink Flamingo #F368F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.72%

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 41.4%
G = 17.72%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F368F0 (or 0xF368F0) is known color: Pink Flamingo. HEX triplet: F3, 68 and F0. RGB value is (243,104,240). Sum of RGB (Red+Green+Blue) = 243+104+240=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F368F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F368F0 is #0C970F. Grayscale: #A0A0A0. Windows color (decimal): -825104 or 15755507. OLE color: 15755507.

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

Color convert

RGB 243 104 240 -
CMYK 0 0.57 0.01 0.05
HSL 301.3º 0.85% 0.68% -
HSV(B) 301.3º 0.57% 0.95% -
XYZ 57.64 35.25 86.2 -
YUV 161.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 243 104 240 0 0.57 0.01 0.05 301.3 0.85 0.68
Hex F3 68 F0 0 39 1 5 12D 55 44
Octal 363 150 360 0 71 1 5 455 125 104
Binary 11110011 1101000 11110000 0 111001 1 101 100101101 1010101 1000100

Color Harmonies of #F368F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F368F0

Black with #F368F0

Text Example


Text Example

White with #F368F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F368F0; }

 p { color: rgb(243,104,240); }

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

background-color css

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

 a { background-color: rgb(243,104,240); }

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

border-color css

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

 span { border-color: rgb(243,104,240); }

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