Html Css Color HEX #F262F0 Pink Flamingo

📋 copy color: '#F262F0'

red 242 ◦ green 98 ◦ blue 240

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

Shades of Pink Flamingo #F262F0

Tints of Pink Flamingo #F262F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.38%

R = 41.72%
G = 16.9%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F262F0 (or 0xF262F0) is known color: Pink Flamingo. HEX triplet: F2, 62 and F0. RGB value is (242,98,240). Sum of RGB (Red+Green+Blue) = 242+98+240=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 98 (38.67% from 255 or 16.90% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F262F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262F0 is #0D9D0F. Grayscale: #9C9C9C. Windows color (decimal): -892176 or 15753970. OLE color: 15753970.

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

Color convert

RGB 242 98 240 -
CMYK 0 0.60 0.01 0.05
HSL 300.83º 0.85% 0.67% -
HSV(B) 300.83º 0.6% 0.95% -
XYZ 56.71 33.9 85.99 -
YUV 157.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 242 98 240 0 0.60 0.01 0.05 300.83 0.85 0.67
Hex F2 62 F0 0 3C 1 5 12D 55 43
Octal 362 142 360 0 74 1 5 455 125 103
Binary 11110010 1100010 11110000 0 111100 1 101 100101101 1010101 1000011

Color Harmonies of #F262F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F262F0

Black with #F262F0

Text Example


Text Example

White with #F262F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F262F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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