Html Css Color HEX #F67FFC Fuchsia Pink

📋 copy color: '#F67FFC'

red 246 ◦ green 127 ◦ blue 252

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

Shades of Fuchsia Pink #F67FFC

Tints of Fuchsia Pink #F67FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 20.32%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 39.36%
G = 20.32%
B = 40.32%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F67FFC (or 0xF67FFC) is known color: Fuchsia Pink. HEX triplet: F6, 7F and FC. RGB value is (246,127,252). Sum of RGB (Red+Green+Blue) = 246+127+252=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 127 (50% from 255 or 20.32% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #F67FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67FFC is #098003. Grayscale: #B0B0B0. Windows color (decimal): -622596 or 16547830. OLE color: 16547830.

HSL color Cylindrical-coordinate representation of color #F67FFC: hue angle of 297.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67FFC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 127 252 -
CMYK 0.02 0.50 0 0.01
HSL 297.12º 0.95% 0.74% -
HSV(B) 297.12º 0.5% 0.99% -
XYZ 63.17 41.8 96.83 -
YUV 176.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 246 127 252 0.02 0.50 0 0.01 297.12 0.95 0.74
Hex F6 7F FC 2 32 0 1 129 5F 4A
Octal 366 177 374 2 62 0 1 451 137 112
Binary 11110110 1111111 11111100 10 110010 0 1 100101001 1011111 1001010

Color Harmonies of #F67FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FFC

Black with #F67FFC

Text Example


Text Example

White with #F67FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FFC; }

 p { color: rgb(246,127,252); }

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

background-color css

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

 a { background-color: rgb(246,127,252); }

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

border-color css

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

 span { border-color: rgb(246,127,252); }

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