Html Css Color HEX #F251F6 Pink Flamingo

📋 copy color: '#F251F6'

red 242 ◦ green 81 ◦ blue 246

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

Shades of Pink Flamingo #F251F6

Tints of Pink Flamingo #F251F6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.24%

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 42.53%
G = 14.24%
B = 43.23%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F251F6 (or 0xF251F6) is known color: Pink Flamingo. HEX triplet: F2, 51 and F6. RGB value is (242,81,246). Sum of RGB (Red+Green+Blue) = 242+81+246=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 81 (32.03% from 255 or 14.24% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #F251F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251F6 is #0DAE09. Grayscale: #939393. Windows color (decimal): -896522 or 16142834. OLE color: 16142834.

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

Color convert

RGB 242 81 246 -
CMYK 0.02 0.67 0 0.04
HSL 298.55º 0.9% 0.64% -
HSV(B) 298.55º 0.67% 0.96% -
XYZ 56.19 31.42 90.29 -
YUV 147.95 183.34 195.08 -
System Red Green Blue C M Y K H S L
Decimal 242 81 246 0.02 0.67 0 0.04 298.55 0.9 0.64
Hex F2 51 F6 2 43 0 4 12B 5A 40
Octal 362 121 366 2 103 0 4 453 132 100
Binary 11110010 1010001 11110110 10 1000011 0 100 100101011 1011010 1000000

Color Harmonies of #F251F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251F6

Black with #F251F6

Text Example


Text Example

White with #F251F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251F6; }

 p { color: rgb(242,81,246); }

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

background-color css

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

 a { background-color: rgb(242,81,246); }

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

border-color css

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

 span { border-color: rgb(242,81,246); }

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