Html Css Color HEX #F369FC Pink Flamingo

📋 copy color: '#F369FC'

red 243 ◦ green 105 ◦ blue 252

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

Shades of Pink Flamingo #F369FC

Tints of Pink Flamingo #F369FC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.5%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 40.5%
G = 17.5%
B = 42%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F369FC (or 0xF369FC) is known color: Pink Flamingo. HEX triplet: F3, 69 and FC. RGB value is (243,105,252). Sum of RGB (Red+Green+Blue) = 243+105+252=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #F369FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369FC is #0C9603. Grayscale: #A2A2A2. Windows color (decimal): -824836 or 16542195. OLE color: 16542195.

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

Color convert

RGB 243 105 252 -
CMYK 0.04 0.58 0 0.01
HSL 296.33º 0.96% 0.7% -
HSV(B) 296.33º 0.58% 0.99% -
XYZ 59.58 36.19 95.94 -
YUV 163.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 243 105 252 0.04 0.58 0 0.01 296.33 0.96 0.7
Hex F3 69 FC 4 3A 0 1 128 60 46
Octal 363 151 374 4 72 0 1 450 140 106
Binary 11110011 1101001 11111100 100 111010 0 1 100101000 1100000 1000110

Color Harmonies of #F369FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F369FC

Black with #F369FC

Text Example


Text Example

White with #F369FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F369FC; }

 p { color: rgb(243,105,252); }

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

background-color css

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

 a { background-color: rgb(243,105,252); }

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

border-color css

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

 span { border-color: rgb(243,105,252); }

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