Html Css Color HEX #F642FB Pink Flamingo

📋 copy color: '#F642FB'

red 246 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #F642FB

Tints of Pink Flamingo #F642FB

RGB

 RED value IS 246 (96.48% from 255) = 43.69%

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

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

R = 43.69%
G = 11.72%
B = 44.58%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F642FB (or 0xF642FB) is known color: Pink Flamingo. HEX triplet: F6, 42 and FB. RGB value is (246,66,251). Sum of RGB (Red+Green+Blue) = 246+66+251=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 66 (26.17% from 255 or 11.72% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #F642FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F642FB is #09BD04. Grayscale: #8C8C8C. Windows color (decimal): -638213 or 16466678. OLE color: 16466678.

HSL color Cylindrical-coordinate representation of color #F642FB: hue angle of 298.38º 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 #F642FB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 66 251 -
CMYK 0.02 0.74 0 0.02
HSL 298.38º 0.96% 0.62% -
HSV(B) 298.38º 0.74% 0.98% -
XYZ 57.37 30.45 94.12 -
YUV 140.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 246 66 251 0.02 0.74 0 0.02 298.38 0.96 0.62
Hex F6 42 FB 2 4A 0 2 12A 60 3E
Octal 366 102 373 2 112 0 2 452 140 76
Binary 11110110 1000010 11111011 10 1001010 0 10 100101010 1100000 111110

Color Harmonies of #F642FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F642FB

Black with #F642FB

Text Example


Text Example

White with #F642FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F642FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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