Html Css Color HEX #F261F1 Pink Flamingo

📋 copy color: '#F261F1'

red 242 ◦ green 97 ◦ blue 241

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

Shades of Pink Flamingo #F261F1

Tints of Pink Flamingo #F261F1

RGB

 RED value IS 242 (94.92% from 255) = 41.72%

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

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 41.72%
G = 16.72%
B = 41.55%

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

#F261F1 (or 0xF261F1) is known color: Pink Flamingo. HEX triplet: F2, 61 and F1. RGB value is (242,97,241). Sum of RGB (Red+Green+Blue) = 242+97+241=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F261F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F261F1 is #0D9E0E. Grayscale: #9C9C9C. Windows color (decimal): -892431 or 15819250. OLE color: 15819250.

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

Color convert

RGB 242 97 241 -
CMYK 0 0.60 0.00 0.05
HSL 300.41º 0.85% 0.66% -
HSV(B) 300.41º 0.6% 0.95% -
XYZ 56.77 33.78 86.75 -
YUV 156.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 242 97 241 0 0.60 0.00 0.05 300.41 0.85 0.66
Hex F2 61 F1 0 3C 0 5 12C 55 42
Octal 362 141 361 0 74 0 5 454 125 102
Binary 11110010 1100001 11110001 0 111100 0 101 100101100 1010101 1000010

Color Harmonies of #F261F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261F1

Black with #F261F1

Text Example


Text Example

White with #F261F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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