Html Css Color HEX #F262FA Pink Flamingo

📋 copy color: '#F262FA'

red 242 ◦ green 98 ◦ blue 250

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

Shades of Pink Flamingo #F262FA

Tints of Pink Flamingo #F262FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.61%

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

R = 41.02%
G = 16.61%
B = 42.37%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F262FA (or 0xF262FA) is known color: Pink Flamingo. HEX triplet: F2, 62 and FA. RGB value is (242,98,250). Sum of RGB (Red+Green+Blue) = 242+98+250=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 98 (38.67% from 255 or 16.61% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #F262FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262FA is #0D9D05. Grayscale: #9D9D9D. Windows color (decimal): -892166 or 16409330. OLE color: 16409330.

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

Color convert

RGB 242 98 250 -
CMYK 0.03 0.61 0 0.02
HSL 296.84º 0.94% 0.68% -
HSV(B) 296.84º 0.61% 0.98% -
XYZ 58.24 34.51 94.03 -
YUV 158.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 242 98 250 0.03 0.61 0 0.02 296.84 0.94 0.68
Hex F2 62 FA 3 3D 0 2 129 5E 44
Octal 362 142 372 3 75 0 2 451 136 104
Binary 11110010 1100010 11111010 11 111101 0 10 100101001 1011110 1000100

Color Harmonies of #F262FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F262FA

Black with #F262FA

Text Example


Text Example

White with #F262FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F262FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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