Html Css Color HEX #F261FF Pink Flamingo

📋 copy color: '#F261FF'

red 242 ◦ green 97 ◦ blue 255

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

Shades of Pink Flamingo #F261FF

Tints of Pink Flamingo #F261FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 40.74%
G = 16.33%
B = 42.93%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F261FF (or 0xF261FF) is known color: Pink Flamingo. HEX triplet: F2, 61 and FF. RGB value is (242,97,255). Sum of RGB (Red+Green+Blue) = 242+97+255=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 97 (38.28% from 255 or 16.33% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F261FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F261FF is #0D9E00. Grayscale: #9D9D9D. Windows color (decimal): -892417 or 16736754. OLE color: 16736754.

HSL color Cylindrical-coordinate representation of color #F261FF: hue angle of 295.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F261FF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 97 255 -
CMYK 0.05 0.62 0 0
HSL 295.06º 1% 0.69% -
HSV(B) 295.06º 0.62% 1% -
XYZ 58.94 34.65 98.19 -
YUV 158.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 242 97 255 0.05 0.62 0 0 295.06 1 0.69
Hex F2 61 FF 5 3E 0 0 127 64 45
Octal 362 141 377 5 76 0 0 447 144 105
Binary 11110010 1100001 11111111 101 111110 0 0 100100111 1100100 1000101

Color Harmonies of #F261FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261FF

Black with #F261FF

Text Example


Text Example

White with #F261FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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