Html Css Color HEX #F365F2 Pink Flamingo

📋 copy color: '#F365F2'

red 243 ◦ green 101 ◦ blue 242

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

Shades of Pink Flamingo #F365F2

Tints of Pink Flamingo #F365F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 41.47%
G = 17.24%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F365F2 (or 0xF365F2) is known color: Pink Flamingo. HEX triplet: F3, 65 and F2. RGB value is (243,101,242). Sum of RGB (Red+Green+Blue) = 243+101+242=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F365F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F365F2 is #0C9A0D. Grayscale: #9F9F9F. Windows color (decimal): -825870 or 15885811. OLE color: 15885811.

HSL color Cylindrical-coordinate representation of color #F365F2: hue angle of 300.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365F2 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 101 242 -
CMYK 0 0.58 0.00 0.05
HSL 300.42º 0.86% 0.67% -
HSV(B) 300.42º 0.58% 0.95% -
XYZ 57.64 34.77 87.68 -
YUV 159.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 243 101 242 0 0.58 0.00 0.05 300.42 0.86 0.67
Hex F3 65 F2 0 3A 0 5 12C 56 43
Octal 363 145 362 0 72 0 5 454 126 103
Binary 11110011 1100101 11110010 0 111010 0 101 100101100 1010110 1000011

Color Harmonies of #F365F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365F2

Black with #F365F2

Text Example


Text Example

White with #F365F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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