Html Css Color HEX #F260FA Pink Flamingo

📋 copy color: '#F260FA'

red 242 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #F260FA

Tints of Pink Flamingo #F260FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.33%

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 41.16%
G = 16.33%
B = 42.52%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F260FA (or 0xF260FA) is known color: Pink Flamingo. HEX triplet: F2, 60 and FA. RGB value is (242,96,250). Sum of RGB (Red+Green+Blue) = 242+96+250=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 96 (37.89% from 255 or 16.33% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #F260FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260FA is #0D9F05. Grayscale: #9C9C9C. Windows color (decimal): -892678 or 16408818. OLE color: 16408818.

HSL color Cylindrical-coordinate representation of color #F260FA: hue angle of 296.88º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F260FA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 96 250 -
CMYK 0.03 0.62 0 0.02
HSL 296.88º 0.94% 0.68% -
HSV(B) 296.88º 0.62% 0.98% -
XYZ 58.06 34.15 93.97 -
YUV 157.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 242 96 250 0.03 0.62 0 0.02 296.88 0.94 0.68
Hex F2 60 FA 3 3E 0 2 129 5E 44
Octal 362 140 372 3 76 0 2 451 136 104
Binary 11110010 1100000 11111010 11 111110 0 10 100101001 1011110 1000100

Color Harmonies of #F260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260FA

Black with #F260FA

Text Example


Text Example

White with #F260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260FA; }

 p { color: rgb(242,96,250); }

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

background-color css

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

 a { background-color: rgb(242,96,250); }

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

border-color css

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

 span { border-color: rgb(242,96,250); }

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