Html Css Color HEX #F262EE Pink Flamingo

📋 copy color: '#F262EE'

red 242 ◦ green 98 ◦ blue 238

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

Shades of Pink Flamingo #F262EE

Tints of Pink Flamingo #F262EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 41.87%
G = 16.96%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F262EE (or 0xF262EE) is known color: Pink Flamingo. HEX triplet: F2, 62 and EE. RGB value is (242,98,238). Sum of RGB (Red+Green+Blue) = 242+98+238=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 98 (38.67% from 255 or 16.96% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F262EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262EE is #0D9D11. Grayscale: #9C9C9C. Windows color (decimal): -892178 or 15622898. OLE color: 15622898.

HSL color Cylindrical-coordinate representation of color #F262EE: hue angle of 301.67º degrees, saturation: 0.85, 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 #F262EE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 98 238 -
CMYK 0 0.60 0.02 0.05
HSL 301.67º 0.85% 0.67% -
HSV(B) 301.67º 0.6% 0.95% -
XYZ 56.42 33.79 84.44 -
YUV 157.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 242 98 238 0 0.60 0.02 0.05 301.67 0.85 0.67
Hex F2 62 EE 0 3C 2 5 12E 55 43
Octal 362 142 356 0 74 2 5 456 125 103
Binary 11110010 1100010 11101110 0 111100 10 101 100101110 1010101 1000011

Color Harmonies of #F262EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F262EE

Black with #F262EE

Text Example


Text Example

White with #F262EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F262EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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