Html Css Color HEX #F262EB Pink Flamingo

📋 copy color: '#F262EB'

red 242 ◦ green 98 ◦ blue 235

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

Shades of Pink Flamingo #F262EB

Tints of Pink Flamingo #F262EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 42.09%
G = 17.04%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F262EB (or 0xF262EB) is known color: Pink Flamingo. HEX triplet: F2, 62 and EB. RGB value is (242,98,235). Sum of RGB (Red+Green+Blue) = 242+98+235=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F262EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262EB is #0D9D14. Grayscale: #9C9C9C. Windows color (decimal): -892181 or 15426290. OLE color: 15426290.

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

Color convert

RGB 242 98 235 -
CMYK 0 0.60 0.03 0.05
HSL 302.92º 0.85% 0.67% -
HSV(B) 302.92º 0.6% 0.95% -
XYZ 55.98 33.61 82.13 -
YUV 156.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 242 98 235 0 0.60 0.03 0.05 302.92 0.85 0.67
Hex F2 62 EB 0 3C 3 5 12F 55 43
Octal 362 142 353 0 74 3 5 457 125 103
Binary 11110010 1100010 11101011 0 111100 11 101 100101111 1010101 1000011

Color Harmonies of #F262EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F262EB

Black with #F262EB

Text Example


Text Example

White with #F262EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F262EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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