Html Css Color HEX #F361F2 Pink Flamingo

📋 copy color: '#F361F2'

red 243 ◦ green 97 ◦ blue 242

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

Shades of Pink Flamingo #F361F2

Tints of Pink Flamingo #F361F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.67%

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

R = 41.75%
G = 16.67%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F361F2 (or 0xF361F2) is known color: Pink Flamingo. HEX triplet: F3, 61 and F2. RGB value is (243,97,242). Sum of RGB (Red+Green+Blue) = 243+97+242=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 97 (38.28% from 255 or 16.67% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F361F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F361F2 is #0C9E0D. Grayscale: #9C9C9C. Windows color (decimal): -826894 or 15884787. OLE color: 15884787.

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

Color convert

RGB 243 97 242 -
CMYK 0 0.60 0.00 0.05
HSL 300.41º 0.86% 0.67% -
HSV(B) 300.41º 0.6% 0.95% -
XYZ 57.26 34.01 87.55 -
YUV 157.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 243 97 242 0 0.60 0.00 0.05 300.41 0.86 0.67
Hex F3 61 F2 0 3C 0 5 12C 56 43
Octal 363 141 362 0 74 0 5 454 126 103
Binary 11110011 1100001 11110010 0 111100 0 101 100101100 1010110 1000011

Color Harmonies of #F361F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F361F2

Black with #F361F2

Text Example


Text Example

White with #F361F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F361F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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