Html Css Color HEX #F263F0 Pink Flamingo

📋 copy color: '#F263F0'

red 242 ◦ green 99 ◦ blue 240

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

Shades of Pink Flamingo #F263F0

Tints of Pink Flamingo #F263F0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.04%

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

R = 41.65%
G = 17.04%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F263F0 (or 0xF263F0) is known color: Pink Flamingo. HEX triplet: F2, 63 and F0. RGB value is (242,99,240). Sum of RGB (Red+Green+Blue) = 242+99+240=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 99 (39.06% from 255 or 17.04% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F263F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263F0 is #0D9C0F. Grayscale: #9D9D9D. Windows color (decimal): -891920 or 15754226. OLE color: 15754226.

HSL color Cylindrical-coordinate representation of color #F263F0: hue angle of 300.84º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F263F0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 99 240 -
CMYK 0 0.59 0.01 0.05
HSL 300.84º 0.85% 0.67% -
HSV(B) 300.84º 0.59% 0.95% -
XYZ 56.81 34.09 86.02 -
YUV 157.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 242 99 240 0 0.59 0.01 0.05 300.84 0.85 0.67
Hex F2 63 F0 0 3B 1 5 12D 55 43
Octal 362 143 360 0 73 1 5 455 125 103
Binary 11110010 1100011 11110000 0 111011 1 101 100101101 1010101 1000011

Color Harmonies of #F263F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263F0

Black with #F263F0

Text Example


Text Example

White with #F263F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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