Html Css Color HEX #F242FB Pink Flamingo

📋 copy color: '#F242FB'

red 242 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #F242FB

Tints of Pink Flamingo #F242FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.81%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 43.29%
G = 11.81%
B = 44.9%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F242FB (or 0xF242FB) is known color: Pink Flamingo. HEX triplet: F2, 42 and FB. RGB value is (242,66,251). Sum of RGB (Red+Green+Blue) = 242+66+251=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 66 (26.17% from 255 or 11.81% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F242FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F242FB is #0DBD04. Grayscale: #8B8B8B. Windows color (decimal): -900357 or 16466674. OLE color: 16466674.

HSL color Cylindrical-coordinate representation of color #F242FB: hue angle of 297.08º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F242FB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 66 251 -
CMYK 0.04 0.74 0 0.02
HSL 297.08º 0.96% 0.62% -
HSV(B) 297.08º 0.74% 0.98% -
XYZ 55.98 29.74 94.06 -
YUV 139.71 190.81 200.96 -
System Red Green Blue C M Y K H S L
Decimal 242 66 251 0.04 0.74 0 0.02 297.08 0.96 0.62
Hex F2 42 FB 4 4A 0 2 129 60 3E
Octal 362 102 373 4 112 0 2 451 140 76
Binary 11110010 1000010 11111011 100 1001010 0 10 100101001 1100000 111110

Color Harmonies of #F242FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242FB

Black with #F242FB

Text Example


Text Example

White with #F242FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242FB; }

 p { color: rgb(242,66,251); }

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

background-color css

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

 a { background-color: rgb(242,66,251); }

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

border-color css

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

 span { border-color: rgb(242,66,251); }

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